cURL
curl --request POST \ --url https://api.bolna.ai/v2/agent/{agent_id}/stop \ --header 'Authorization: Bearer <token>'
{ "stopped_executions": [ "c8098ad0-29f6-456d-1234-7b93ad224059" ] }
Use Bolna APIs to stop all queued calls for a specific agent, preventing any pending calls from being executed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
agent execution stopped response
Was this page helpful?