> 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/llm-and-embeddings-commands/llm-application-commands/stop-llmapp.md).

# stop llmapp

The `stop llmapp` command stops an LLM application job.

## Syntax

```
stop llmapp <llmapp name>
```

## Parameters

| Parameter       | Description                     |
| --------------- | ------------------------------- |
| `<llmapp name>` | The name of the LLM application |

## Example

```
stop llmapp agent1
```
