---
title: "Cancels given Job."
method: POST
path: "/jobs/{jobId}/canceled"
tags: ["Jobs"]
deprecated: true
---

# Cancels given Job.

`POST /jobs/{jobId}/canceled`

> **Deprecated.**

Calling this endpoint will return immediately and not wait until the Job is actually stopped. Users can cancel their own jobs and Admins can cancel any job. This endpoint will be removed in 2026.06. Please use `DELETE /rest/jobs/v1/jobs/:jobId`

## Path parameters

- `jobId` string, uuid, required

## Request body

- CancelJobRequest
  - `message` string — A message for the cancellation.

## Response `202`

Job cancellation accepted.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
