Skip to main content
POST
/
api
/
v1
/
jobs
/
{job_id}
/
cancel
curl --request POST \
  --url "${UNSTRUCTURED_API_URL}/api/v1/jobs/b2c3d4e5-6f7a-8b9c-0d1e-2f3a4b5c6d7e/cancel" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{}

Documentation Index

Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt

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

Path parameters

job_id
string
required
The unique identifier of the job.
curl --request POST \
  --url "${UNSTRUCTURED_API_URL}/api/v1/jobs/b2c3d4e5-6f7a-8b9c-0d1e-2f3a4b5c6d7e/cancel" \
  --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{}