> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Command: dataset

> Manage datasets on FlexAI — upload, inspect, and delete datasets

The `flexai dataset` command manages Datasets by allowing for their creation, listing, and deletion.

## Available subcommands

* [`flexai dataset delete`](/cli/reference/dataset/delete) - Deletes a Dataset.
* [`flexai dataset inspect`](/cli/reference/dataset/inspect) - Displays detailed information about a Dataset.
* [`flexai dataset list`](/cli/reference/dataset/list) - Lists all the Datasets.
* [`flexai dataset push`](/cli/reference/dataset/push) - Uploads a Dataset to the FlexAI.

## Dataset Statuses

Datasets in FlexAI can have different statuses, which indicate their availability and readiness for use. The following statuses are used:

| Status      | Description                                                        |
| ----------- | ------------------------------------------------------------------ |
| `available` | The dataset is ready for use                                       |
| `error`     | The dataset is in an error state and cannot be used                |
| `pending`   | The dataset is being processed by FlexAI                           |
| `uploading` | The dataset is being uploaded to FlexAI                            |
| `syncing`   | The dataset is being synchronized with the Remote Storage Provider |
