# delete llmapp

The `delete llmapp` command deletes a configured LLM application.

## Syntax

```
delete llmapp <llmapp name>
```

## Parameters

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

## Example

```
delete llmapp agent1
```
