Skip to content
Go To Dashboard

Activate agent

POST /v1/agents/{id}/activate

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/activate" \
-H "Authorization: Bearer YOUR_API_KEY"
StatusCodeDescription
400-Agent not found or not in paused status
401-Unauthorized - invalid or missing JWT token
403-Forbidden - insufficient permissions
404-Agent not found

See Error Codes for full reference.