curl --request POST \
--url https://api.kakiyo.com/v1/agents/{id}/pause \
--header 'Authorization: Bearer <token>'
{
"message": "Agent paused successfully"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Agent paused successfully
Example:"Agent paused successfully"
Last modified on January 28, 2026