> 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-building-commands/dataset-commands/stop-dataset.md).

# 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
```
