Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
DELETE /v1/jobs/:id — Cancel a queued or processing job.
queued
processing
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 }