Batches
Stop batch
Stop a running batch
POST
/
batches
/
{agent_id}
/
{batch_id}
/
stop
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_id
string
requiredThe ID of the agent
batch_id
string
requiredThe ID of the batch
Response
200 - application/json
The response is of type any
.
Was this page helpful?