---
title: "Cancel job by given job type and job ID"
method: POST
path: "/schedule/api/v3/jobs/cancel"
tags: ["scheduler"]
---

# Cancel job by given job type and job ID

`POST /schedule/api/v3/jobs/cancel`

## Request body

- GithubComOpengovernOpengovernancePkgDescribeApiCancelJobRequest
  - `integration_info` GithubComOpengovernOpengovernancePkgDescribeApiIntegrationInfoFilter[]
    - `integration_id` string
    - `integration_type` string
    - `name` string
    - `provider_id` string
  - `job_id` string[]
  - `job_type` string
  - `selector` string
  - `status` string[]

## Response `200`

OK

- GithubComOpengovernOpengovernancePkgDescribeApiCancelJobResponse[]
  - `canceled` boolean
  - `job_id` string
  - `job_type` string
  - `reason` string

---

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