---
title: "Cancel a running Job"
method: DELETE
path: "/jobs/{jobId}"
tags: ["public_jobs", "public", "Jobs"]
---

# Cancel a running Job

`DELETE /jobs/{jobId}`

## Response `200`

Cancel a Job.

- JobResponse — Provides details of a single job.
  - `jobId` integer, required
  - `status` 'pending' | 'queued' | 'running' | 'incomplete' | 'failed' | 'succeeded' | 'cancelled', required
  - `jobType` 'sync' | 'reset' | 'refresh' | 'clear', required — Enum that describes the different types of jobs that the platform runs.
  - `startTime` string, required
  - `connectionId` string, UUID, required
  - `lastUpdatedAt` string
  - `duration` string — Duration of a sync in ISO_8601 format
  - `bytesSynced` integer
  - `rowsSynced` integer

## Other responses

- `403` — Not allowed
- `404` — Not found

---

[API](https://skmtc.net/airbytehq/apis/airbyte-api.md) · [All operations](https://skmtc.net/airbytehq/apis/airbyte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbytehq/airbyte-api/revisions/55ddc054e5b5/schema)
