Update an Agent's run state
put/bots/{agentId}/state
Update an Agent's run state. This endpoint can only be used to start running an agent (from 'idle' to 'running'); it cannot be used to stop it (from 'running' to 'idle').
Status | Meaning | Description | ||
---|---|---|---|---|
202 | Accepted | The requested agent has started running. Results will be applied to the catalog asynchronously. | Schema | |
400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
401 | Unauthorized | Not authenticated. | Schema | |
403 | Forbidden | The user does not have permission to complete this request. | Schema | |
404 | Not Found | The specified resource was not found. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema | |
409 | Conflict | A conflict has occurred. | Schema | |
415 | Unsupported Media Type | Unsupported Media Type. Include a Content-Type header with a supported value in the request. | Schema | |
500 | Internal Server Error | The Catalog service encountered an error. | Schema |