Skip to main content
POST
/
batches
/
{id}
/
cancel
Cancel Batch
curl --request POST \
  --url https://{controlPlaneURL}/api/llm/batches/{id}/cancel \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-tfy-metadata
string

Optional metadata for the request

Path Parameters

id
string
required

Batch Id

Response

Batch cancelled successfully