storage command lets you manage storage backends in your VESSL Cloud organization. Storage backends are the underlying infrastructure (for example, GCS buckets, NFS mounts) where volumes are created.
list
List all storage backends available in your organization.| Flag | Short | Description |
|---|---|---|
--team-filter | Filter object storages by team. Cluster storages are always returned unfiltered. |
show
Display detailed information about a storage backend.| Argument | Description |
|---|---|
slug | Unique identifier of the storage backend |
create
Create a new cluster storage backend.| Flag | Required | Description |
|---|---|---|
--name | Yes | Storage name |
--cluster | Yes | Cluster slug to create the storage on |
--capacity | Yes | Capacity in GiB |
--description | No | Storage description |
delete
Delete a storage backend.| Flag | Short | Description |
|---|---|---|
--yes | -y | Skip confirmation prompt |
See Storage management for more details on storage administration.
