Vultr DocsLatest Content


Resize

Updated on 15 September, 2025

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.

Usage

console
$ vultr-cli block-storage resize <Block Storage ID> [flags]

Examples

console
#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

Flags

Shorthand Long Version Description
-s --size size you want your block storage to be

Comments

No comments yet.