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

# tensorkube datasets

## `tensorkube datasets`

Manage datasets for Tensorkube

**Usage:**

```bash theme={null}
tensorkube datasets COMMAND [ARGS]...
```

**Options:**

* `--help BOOL` \[default: false]: Show this message and exit.

**Commands:**

* `list`: List all the datasets created using Tensorkube cli.

* `create`: Create a dataset using Tensorkube. This command creates a cloud bucket and stores your dataset in that bucket.

* `delete`: Delete a dataset using Tensorkube cli.

## `tensorkube datasets list`

List all the datasets created using Tensorkube cli.

**Usage:**

```bash theme={null}
tensorkube datasets list
```

**Options:**

* `--help BOOL` \[default: false]: Show this message and exit.

## `tensorkube datasets create`

Create a dataset using Tensorkube. This command creates a cloud bucket and stores your dataset in that bucket.

**Usage:**

```bash theme={null}
tensorkube datasets create [OPTIONS]
```

**Options:**

* `--dataset-id TEXT`: ID of the dataset to create.

* `--path FILE`: Path to the JSONL file.

* `--help BOOL` \[default: false]: Show this message and exit.

## `tensorkube datasets delete`

Delete a dataset using Tensorkube cli.

**Usage:**

```bash theme={null}
tensorkube datasets delete [OPTIONS]
```

**Options:**

* `--dataset-id TEXT`: ID of the dataset to delete.

* `--help BOOL` \[default: false]: Show this message and exit.
