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?