Resume Agent
AI Agents
Resume Agent
Resume a paused agent to restore message processing.
POST
Resume 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
Resuming an agent restores it to
active status. Any messages that were queued while the agent was paused will begin processing.Status Codes
| Code | Description |
|---|---|
200 | Agent resumed successfully |
400 | Agent is not paused |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |

