Storage¶
Use the Verda CLI to create and manage block storage volumes. Volumes provide persistent storage that can be attached to instances and survive instance deletion.
Create a volume¶
To wait until the volume is ready:
| Flag | Description |
|---|---|
--name |
Volume name |
--size |
Size in GB |
--type |
Volume type (nvme for fast SSD, hdd for standard) |
--location |
Datacenter location |
--wait |
Wait until the volume is ready |
List volumes¶
View all your volumes:
Describe a volume¶
Get detailed information about a specific volume:
Volume actions¶
Detach a volume from an instance:
Rename a volume:
Resize a volume:
Clone a volume:
Delete a volume:
Warning
Deleting a volume moves it to trash. It can be restored within 96 hours before being permanently removed.
Trash management¶
List volumes in the trash (recoverable for 96 hours):
Permanently delete a volume from the trash:
Danger
Permanently deleting a volume from the trash is irreversible. All data will be lost.
Attaching volumes to instances¶
Volumes can be attached to instances during creation using the verda vm create wizard. In interactive mode, the wizard prompts you to attach existing volumes or create new ones.
For non-interactive creation, volumes are specified as part of the verda vm create flags.
Command aliases¶
The volume command also accepts vol as an alias: