Skip to main content
POST
/
v2
/
agent
/
{agent_id}
/
stop
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"
  ]
}
This stops ALL the queued calls for a given agent.
This endpoint stops all queued calls for the specified agent. Any calls that are currently in the queue waiting to be executed will be cancelled and will not be processed.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

agent deleted response

The response is of type any.