> ## Documentation Index
> Fetch the complete documentation index at: https://docs.komodo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# terminate

Terminate a running job.

## Usage

`komo job terminate [OPTIONS] JOB_ID`

## Options

## Examples

Terminate a job `abcdef123456`

```bash theme={null}
komo job terminate abcdef123456
```
