Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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
}