取消异步聊天任务
POST
/v1/async/chat/completions/{job_id}/cancel取消非终态的异步聊天任务。已是终态(completed、failed、cancelled、expired)时返回当前对象。
见 异步 Chat。此接口不接受 callback_url。
Authentication
Authorization Bearer
Path Parameters
job_idstringrequiredJob ID(chatjob_ 前缀)。
Response
idstringJob ID。
objectstringchat.completion.job
statusstringcancelled,或原终态。
modelstring对外模型名。
request_idstring计费关联 id。
此页面对您有帮助吗?