Skip to main content
POST
/
cancel
/
{job_id}
Cancel Job
curl --request POST \
  --url https://platform.aifano.com/cancel/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "cancelled"
}

Authorizations

Authorization
string
header
required

API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.

Path Parameters

job_id
string
required

The job ID to cancel.

Response

Job cancelled

status
string
Example:

"cancelled"