Extend volume
bycloud block-storage volumes-extend --volume_id <volume_id> --new_size <new_size> [flags]Extend a volume's size
Options
--volume_id
stringrequiredVolume ID
--output
(-o)
stringoptionalOutput format: text, json, or yaml
Values: "text", "json", "yaml"
Default: "text"
Body Options
--new_size
integerrequiredNew size in GB (must be larger than current size)
Command
bycloud block-storage volumes-extend \--volume_id "abc-123" \--new_size 100
Output
Success