Headers
Your API key for authentication.
Path Parameters
The unique identifier of the batch to stop.
Response
Always 
null on success.null if the batch was successfully stopped.curl --request POST \
  --url https://api.bland.ai/v2/batches/{batch_id}/stop \
  --header 'authorization: <authorization>'{
  "data": null,
  "errors": null
}
Stop a batch that is currently running or scheduled.
curl --request POST \
  --url https://api.bland.ai/v2/batches/{batch_id}/stop \
  --header 'authorization: <authorization>'{
  "data": null,
  "errors": null
}
null on success.null if the batch was successfully stopped.{
  "data": null,
  "errors": null
}
Was this page helpful?