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

## Usage

`komo machine terminate [OPTIONS] NAME`

## Options

| Option | Description | Type |
| ------ | ----------- | ---- |

## Examples

Terminate a machine named `dev`

```bash theme={null}
komo machine terminate dev
```
