Stop Agent
Stop Agent
Stop an agent and shut down its pod. Workspace is preserved.
POST
Stop Agent
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Example Request
Example Response
Stopping an agent shuts down its pod completely to save resources. The agent’s workspace and configuration are preserved. Use pause instead if you need filesystem access while the agent is idle.
Status Codes
| Code | Description |
|---|---|
200 | Agent stopped successfully |
400 | Agent is already stopped |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |

