Compute Task API
Version: 0.0.2
Cancel a specific job
DELETE
/compute/orgs/{org_id}/{topic}/{task}/{job_id}Cancels a specific job, identified by the organization ID, topic, task, and job ID. The job's status is updated to 'canceling' and the job is stopped.
Request
Responses
204
204 response
401
Unauthorized
Response schema
statusinteger
typestring
titlestring
detailstring
Example response
{
"status": 0,
"type": "string",
"title": "string",
"detail": "string"
}
404
The specified resource was not found
Response schema
statusinteger
typestring
titlestring
detailstring
Example response
{
"status": 0,
"type": "string",
"title": "string",
"detail": "string"
}
429
API gateway rate limit exceeded
Response schema
statusinteger
typestring
titlestring
detailstring
Example response
{
"status": 0,
"type": "string",
"title": "string",
"detail": "string"
}