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 storage by team. Cluster storage is 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, and Storage pricing for current rates and the 2026-07-01 billing policy.
