# stop prediction

The `stop prediction` command stops a prediction deployment.

## Syntax

```
stop prediction <prediction name>
```

## Parameters

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

## Example

```
stop prediction trip_ml_deploy_2
```
