ByCloud Docs
GuidesCLIAPISDK

Extend volume

bycloud block-storage volumes-extend --volume_id <volume_id> --new_size <new_size> [flags]

Extend a volume's size

Options

--volume_id

stringrequired

Volume ID

--output

(-o)

stringoptional

Output format: text, json, or yaml

Values: "text", "json", "yaml"

Default: "text"

Body Options

--new_size

integerrequired

New size in GB (must be larger than current size)

Command

bycloud block-storage volumes-extend \
--volume_id "abc-123" \
--new_size 100

Output

Success