Pause & Resume Agent
Control agent execution by pausing and resuming. Paused agents will not accept new tasks but will retain their state and files.Pause Agent
Pause an active agent.Endpoint
Authentication
Requires JWT token or Platform API key.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Agent UUID |
Example Request
Response
Status Codes
| Code | Description |
|---|---|
200 | Agent paused successfully |
400 | Agent is already paused |
401 | Invalid authentication |
404 | Agent not found |
Resume Agent
Resume a paused agent.Endpoint
Authentication
Requires JWT token or Platform API key.Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Agent UUID |
Example Request
Response
Status Codes
| Code | Description |
|---|---|
200 | Agent resumed successfully |
400 | Agent is not paused |
401 | Invalid authentication |
404 | Agent not found |
Notes
- Pausing an agent does not cancel running tasks
- Paused agents retain their files and state
- Resume restores the agent to
activestatus

