Cancel batch
DELETE
Documentation Index
Fetch the complete documentation index at: https://inference-docs.cerebras.ai/llms.txt
Use this file to discover all available pages before exploring further.
This feature is in Private Preview. For access or more information, contact us or reach out to your account representative.
Path Parameters
The ID of the batch job to cancel.
Response
A unique identifier for the batch job.
The object type, which is always
batch.The API endpoint used for batch processing.
Information about any errors that occurred during batch processing.
The ID of the input file containing batch requests.
The time window for batch completion. Always
24h.The status of the batch job. Will be
cancelling immediately after calling cancel. Once cancellation is complete (up to 10 minutes), the status changes to cancelled.The ID of the file containing batch results with any completed requests.
The ID of the file containing errors (if any errors occurred).
The Unix timestamp (in seconds) of when the batch job was created.
The Unix timestamp (in seconds) of when the batch job started processing.
The Unix timestamp (in seconds) of when the batch job will expire.
The Unix timestamp (in seconds) of when the batch job started finalizing.
The Unix timestamp (in seconds) of when the batch job completed.
The Unix timestamp (in seconds) of when the batch job failed.
The Unix timestamp (in seconds) of when the batch job expired.
The Unix timestamp (in seconds) of when the batch job started cancelling.
The Unix timestamp (in seconds) of when the batch job was cancelled.
Statistics about the requests in the batch (if available).
Custom metadata associated with the batch job.
When you cancel an in-progress batch, it will be in
cancelling status for up to 10 minutes before changing to cancelled, where it will have partial results (if any) available in the output file.
