---
title: "You successfully cancelled a job."
method: POST
path: "/jobs/cancel/{uuid}"
tags: ["jobs"]
---

# You successfully cancelled a job.

`POST /jobs/cancel/{uuid}`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Succesfully cancelled a job.

- Job
  - `created_at` string, date-time, required
  - `dataset_id` string, uuid, required
  - `id` string, uuid, required
  - `job_type` 'Web' | 'Pdf' | 'Derive' | 'Scrape' | 'Match' | 'ConnectorExplore', required
  - `max_errors` integer, nullable
  - `max_execution_time_secs` integer, nullable
  - `max_steps_without_save` integer, required
  - `max_total_steps` integer, nullable
  - `membership_id` string, uuid, required
  - `message` string, nullable — A message about the status of the job at completion
  - `node_id` string, uuid
  - `parameters` string, binary, nullable — Proto for JobInput
  - `reason` string, nullable — A reason for the job's existence
  - `run_started_time` string, date-time, nullable — What time did the job start running?
  - `run_time_milliseconds` integer, nullable
  - `seeded_kg_search_term` string, nullable
  - `status` 'Queued' | 'Running' | 'Completed' | 'Failed', required
  - `updated_at` string, date-time, required
  - `use_proxy` boolean, required
  - `user_id` string, uuid, required

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
