Pause Agent
AI Agents
Pause Agent
Temporarily pause an agent to prevent it from processing new messages.
POST
Pause Agent
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Example Request
Example Response
Pausing an agent does not cancel any active tasks that are already in progress. Those tasks will complete normally. The agent simply stops accepting new messages until you resume it.
Status Codes
| Code | Description |
|---|---|
200 | Agent paused successfully |
400 | Agent is already paused |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |

