# unikraft volumes

Manage Unikraft Cloud volumes.

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## Resource Fields

| Field                | Type           | Operations  |
| -------------------- | -------------- | ----------- |
| `metro`              | `string`       | create      |
| `name`               | `string`       | create      |
| `uuid`               | `string`       |             |
| `tags`               | `[string]`     |             |
| `state`              | `string`       |             |
| `size`               | `integer`      | create/edit |
| `filesystem`         | `string`       | create      |
| `quota-policy`       | `string`       | create/edit |
| `persistent`         | `bool`         |             |
| `timestamps`         |                |             |
| `timestamps.created` | `relativetime` |             |
| `attached-to`        |                |             |
| `mounted-by`         |                |             |

## See Also

* [`unikraft`](../unikraft.mdx): The Unikraft Command-Line Interface.
* [`unikraft volumes get`](volumes/get.mdx): Inspect a volume.
* [`unikraft volumes wait`](volumes/wait.mdx): Wait for volumes to match a filter.
* [`unikraft volumes list`](volumes/list.mdx): List volumes.
* [`unikraft volumes delete`](volumes/delete.mdx): Remove a volume.
* [`unikraft volumes create`](volumes/create.mdx): Create a volume.
* [`unikraft volumes edit`](volumes/edit.mdx): Edit a volume.
* [`unikraft volumes template`](volumes/template.mdx): Manage volume templates.
* [`unikraft volumes clone`](volumes/clone.mdx): Clone a volume.
* [`unikraft volumes import`](volumes/import.mdx): Import data into a volume.

