{ "agent": { "agent_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "name": "Customer Support Agent", "config": { "prompt": "You are a helpful customer support agent.", "greeting": "Hello! How can I help you today?" }, "status": "paused", "status_code": 1, "kb_id": 42, "created_at": "2026-03-06T18:00:00Z", "updated_at": "2026-03-06T18:15:00Z" }}
Agent Management
Pause Agent
Pause an agent and free the phone number attached to it. This endpoint is idempotent and returns the updated paused agent snapshot in agent.
{ "agent": { "agent_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "name": "Customer Support Agent", "config": { "prompt": "You are a helpful customer support agent.", "greeting": "Hello! How can I help you today?" }, "status": "paused", "status_code": 1, "kb_id": 42, "created_at": "2026-03-06T18:00:00Z", "updated_at": "2026-03-06T18:15:00Z" }}