Increases the storage capacity of an existing Vultr Block Storage volume to a specified larger size.
The vultr-cli block-storage resize command allows you to increase the size of an existing Vultr Block Storage volume to accommodate growing storage needs.
$ 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 |