# stop llm

The `stop llm` command stops an LLM job.

## Syntax

```
stop llm <llm name>
```

## Parameters

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

## Example

```
stop llm chat_llm
```
