Set an agent’s status directly with support for all state transitions.
Authorization: Bearer <token> header.
active, paused, or stopped| 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) |
| Code | Description |
|---|---|
200 | Agent status updated successfully |
400 | Invalid status value |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |