Cancel async chat job
POST
/v1/async/chat/completions/{job_id}/cancelCancel a non-terminal async chat job. Terminal jobs (completed, failed, cancelled, expired) return the current object.
See Async Chat. This endpoint does not accept callback_url.
Authentication
Authorization Bearer
Path Parameters
job_idstringrequiredJob ID (chatjob_ prefix).
Response
idstringJob ID.
objectstringchat.completion.job
statusstringcancelled, or the existing terminal status.
modelstringPublic model name.
request_idstringBilling correlation id.
Was this page helpful?