raff volume command group manages block storage volumes — NVMe SSD volumes you can attach to a VM, detach, resize up, and snapshot. Every subcommand supports --output json for scripting. Aliases: raff volumes, raff vol.
Subcommand index
list
ID, NAME, SIZE, TYPE, STATUS, REGION, ATTACHED VM.
get
create
--name, --size, --type. Pass --vm-id to attach at create time — the VM must be in the same region. --filesystem is the filesystem laid down on first attach (Linux only); defaults to ext4.
delete
--force to skip the confirmation prompt — required in scripts. Detach the volume first if it’s still attached.
resize
growpart / resize2fs steps.
attach
/dev/vdb, /dev/vdc, etc. (/dev/vda is the OS disk).
detach
Related
Snapshot commands
Capture a point-in-time snapshot of a volume.
raff_volume (Terraform)
Declarative volume management.
API Reference
The HTTP API behind the CLI.