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, allowing you to rename it for better organization and identification.
$ vultr-cli block-storage label <Block Storage ID> [flags]
# 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"
| Shorthand | Long Version | Description |
|---|---|---|
| -l | --label | the label to apply to the block storage |