Skip to main content
Only works for jobs in queued or processing state. No credits are charged for cancelled jobs.
id
string
required
Job UUID
curl -X DELETE https://api.usenaive.ai/v1/jobs/job-uuid \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "id": "job-uuid",
  "status": "cancelled",
  "credits_refunded": 0
}