# stop dataset

The `stop dataset` command stops a dataset job. Normally, you should never execute this command. However, you may want to stop a dataset if you want to give up resources or if the job is taking too long.

## Syntax

```
stop dataset <dataset name>
```

## Parameters

| Parameter        | Description             |
| ---------------- | ----------------------- |
| `<dataset name>` | The name of the dataset |

## Example

```
stop dataset trip_dataset_2
```
