Skip to main content
DELETE
/
jobs
/
{job_id}
Cancel job
curl --request DELETE \
  --url https://api.varg.ai/v1/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "AuthError",
  "message": "Invalid API key",
  "statusCode": 401
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key from varg.ai/dashboard.

Pass as Authorization: Bearer varg_xxx.

Path Parameters

job_id
string
required

The job ID to cancel

Response

Job cancelled