cURL
curl --request POST \ --url https://{controlPlaneURL}/api/llm/batches/{id}/cancel \ --header 'Authorization: Bearer <token>'
Cancel a running batch process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Optional metadata for the request
Batch Id
Batch cancelled successfully
Was this page helpful?