Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
Batches
Stop Batch
Stop a batch that is currently running or scheduled.
POST
https://api.bland.ai
/
v2
/
batches
/
{batch_id}
/
stop
curl --request POST \
--url https://api.bland.ai/v2/batches/{batch_id}/stop \
--header 'authorization: <authorization>'
{
"data": null,
"errors": null
}
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.
{
"data": null,
"errors": null
}
curl --request POST \
--url https://api.bland.ai/v2/batches/{batch_id}/stop \
--header 'authorization: <authorization>'
{
"data": null,
"errors": null
}
Assistant
Responses are generated using AI and may contain mistakes.