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

## `tensorkube volume`

Manage volumes for your Tensorkube cluster.

**Usage:**

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

**Options:**

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

**Commands:**

* `create`: Create a new volume for your Tensorkube cluster.

* `delete`: Delete a volume for your Tensorkube cluster.

* `list`: List all the volumes in the Tensorkube cluster.

## `tensorkube volume create`

Create a new volume for your Tensorkube cluster.

**Usage:**

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

**Options:**

* `--name TEXT`: Name of the volume.

* `--type Choice(['efs'])`: Type of volume.

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

## `tensorkube volume delete`

Delete a volume for your Tensorkube cluster.

**Usage:**

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

**Options:**

* `--name TEXT`: Name of the volume.

* `--type Choice(['efs'])`: Type of volume.

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

## `tensorkube volume list`

List all the volumes in the Tensorkube cluster.

**Usage:**

```bash theme={null}
tensorkube volume list [OPTIONS]
```

**Options:**

* `--type Choice(['efs'])`: No description available.

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