Set Agent Status
Set Agent Status
Set an agent’s status directly with support for all state transitions.
POST
Set Agent Status
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Target status:
active, paused, or stoppedExample Request
Example Response
Status Values
| Status | Description |
|---|---|
active | Agent execution loop running, pod up |
paused | Agent execution loop idle, pod up (filesystem accessible) |
stopped | Agent pod shut down (workspace preserved) |
Status Codes
| Code | Description |
|---|---|
200 | Agent status updated successfully |
400 | Invalid status value |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |

