Vultr DocsLatest Content


Label

Updated on 15 September, 2025

Updates the label of an existing Block Storage volume to help identify and organize storage resources more effectively.


The vultr-cli block-storage label command updates the label of an existing Block Storage volume, helping you identify and organize your storage resources more effectively.

Usage

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

Examples

console
#Full example
$ vultr-cli block-storage label 67181686-5455-4ebb-81eb-7299f3506e2c --label="Example Label"
#Shortened with aliased commands
$ vultr-cli bs label 67181686-5455-4ebb-81eb-7299f3506e2c -l="Example Label"

Flags

Shorthand Long Version Description
-l --label the label to apply to the block storage

Comments

No comments yet.