# stop training

The `stop training` command stops a training experiment. If the training experiment is running, this command will stop the ML model training using an early stop mechanism. It may take a while for the training job to stop. For example, deep learning jobs will stop at the next epoch boundary.

## Syntax

```
stop training <experiment name>
```

## Parameters

| Parameter             | Description                         |
| --------------------- | ----------------------------------- |
| `<`experiment `name>` | The name of the training experiment |

## Example

```
stop training trip_ml_exp_2
```
