> For the complete documentation index, see [llms.txt](https://devdocs.olisystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devdocs.olisystems.com/additional-functions/cancel-run.md).

# cancel run

## cancel run

<mark style="color:green;">`POST`</mark> `https://api.olisystems.com/engine/cancel/run/{jobId}`

attempts to cancel a run given its jobId

#### Headers

| Name          | Type   | Description            |
| ------------- | ------ | ---------------------- |
| Authorization | string | Bearer {access\_token} |

{% tabs %}
{% tab title="200 " %}

```
{
    "message": "Job Cancellation request submitted Successfully",
    "status": "SUCCESS"
}
```

{% endtab %}
{% endtabs %}
