> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-serving-commands/runtime-commands/stop-runtime.md).

# stop runtime

The `stop runtime` command stops a runtime job.

## Syntax

```
stop runtime <runtime name>
```

## Parameters

| Parameter        | Description                 |
| ---------------- | --------------------------- |
| `<runtime name>` | The name of the runtime job |

## Example

```
stop runtime nyc_trip_2
```
