Increases the storage capacity of an existing Vultr Block Storage volume to a specified larger size.
The vultr-cli block-storage resize
command increases the storage capacity of an existing Vultr Block Storage volume to a specified larger size.
$ vultr-cli block-storage resize <Block Storage ID> [flags]
#Full example
$ vultr-cli block-storage resize 67181686-5455-4ebb-81eb-7299f3506e2c --size=20
#Shortened with aliased commands
$ vultr-cli bs r 67181686-5455-4ebb-81eb-7299f3506e2c -s=20
Shorthand | Long Version | Description |
---|---|---|
-s | --size | size you want your block storage to be |
No comments yet.