> ## 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 service.

## Usage

`komo service terminate [OPTIONS] SERVICE_ID`

## Options

## Examples

Terminate a service `simple-http`

```bash theme={null}
komo job terminate simple-http
```
