Skip to content
Go To Dashboard

Pause agent

POST /v1/agents/{id}/pause

Requires Bearer token authentication.

ParameterTypeRequiredDescription
idstringYesAgent ID (UUID or numeric ID like AG-001)
Terminal window
curl -X POST "https://api.sapiom.ai/v1/agents/:id/pause" \
-H "Authorization: Bearer YOUR_API_KEY"
StatusCodeDescription
400-Agent not found or not in active status
401-Unauthorized - invalid or missing JWT token
403-Forbidden - insufficient permissions
404-Agent not found

See Error Codes for full reference.