volume¶
volume create¶
Create a volume
deli volume create
--zone-id <zone-id>
--size <size>
<name>
--zone-id <zone-id>
- The zone tp create the volume in
--size <size>
- The size of the volume in gigabytes
<name>
- The volume name
volume attach¶
Attach a volume to an instance
deli volume attach <volume-id> <instance-id>
<volume-id>
- The volume ID
<instance-id>
- The instance ID
volume detach¶
Detach a volume from an instance
deli volume detach <volume-id>
<volume-id>
- The volume ID
volume grow¶
Increase the size of a volume
deli volume grow <volume-id> <size>
<volume-id>
- The volume ID
<size>
- The size of the volume in gigabytes