Skip to main content
POST
/
jobs
/
{job_id}
/
cancel
Cancel Job
curl --request POST \
  --url https://api.woodwide.ai/jobs/{job_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

Response for canceling a job.

job_id
string<uuid>
required
status
enum<string>
required
Available options:
initializing,
pending,
queued,
running,
succeeded,
failed,
canceled,
rejected,
waiting_for_upload