Vultr DocsLatest Content


Resize

Updated on 07 November, 2025

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.

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