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
Blocked Numbers
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
SMS
Batches
Stop Batch
Stop a batch that is currently running or scheduled.
POST
/
v2
/
batches
/
{batch_id}
/
stop
Copy
Ask AI
curl --request POST \
--url https://api.bland.ai/v2/batches/{batch_id}/stop \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"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.
Copy
Ask AI
{
"data": null,
"errors": null
}
Copy
Ask AI
curl --request POST \
--url https://api.bland.ai/v2/batches/{batch_id}/stop \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"data": null,
"errors": null
}
Assistant
Responses are generated using AI and may contain mistakes.