/
MI
mistral
/
Mistral AI API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
mistral
Mistral AI API
post
Cancel Batch Job
v2
latest
OpenAPI 3.1.0
2026-07-26
293
719
1.0 MB
batch
Cancel Batch Job
Request the cancellation of a batch job.
post
/v1/batch/jobs/{job_id}/cancel
Path parameters
job_id
string
uuid
required
Response
OK
BatchJob
required
id
string
required
object
'batch'
input_files
string[]
required
metadata
object
nullable
endpoint
string
required
model
string
nullable
agent_id
string
nullable
output_file
string
uuid
nullable
error_file
string
uuid
nullable
errors
BatchError[]
required
outputs
object[]
nullable
status
'QUEUED'
|
'RUNNING'
|
'SUCCESS'
|
'FAILED'
|
'TIMEOUT_EXCEEDED'
|
'CANCELLATION_REQUESTED'
|
'CANCELLED'
required
created_at
integer
required
total_requests
integer
required
completed_requests
integer
required
succeeded_requests
integer
required
failed_requests
integer
required
started_at
integer
nullable
completed_at
integer
nullable