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
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
null on success.null if the batch was successfully stopped.{
"data": null,
"errors": null
}
Was this page helpful?