# Cancel Run

Launch stage: GA

`POST /api/2.2/jobs/runs/cancel`

Cancels a job run or a task run. The run is canceled asynchronously, so it may still be running when
 this request completes.

API scopes: jobs

## Request body

- `run_id` (int64, optional)
  This field is required.
  Example: `455644833`

## Response

```json
{}
```

