> 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/prediction-commands/delete-prediction.md).

# delete prediction

The `delete prediction` command deletes the configuration of a prediction deployment.

## Syntax

```
delete prediction <prediction name>
```

## Parameters

| Parameter           | Description                           |
| ------------------- | ------------------------------------- |
| `<prediction name>` | The name of the prediction deployment |
|                     |                                       |

## Example

```
delete prediction trip_ml_deploy_2
```
