Lists all Block Storage volumes in your Vultr account with details including ID, size, region, and attachment status.
The vultr-cli block-storage list
command displays all Block Storage volumes in your Vultr account, showing details like ID, size, region, and attachment status.
$ vultr-cli block-storage list [flags]
#Full example
$ vultr-cli block-storage list
#Shortened with aliased commands
$ vultr-cli bs l
Shorthand | Long Version | Description |
---|---|---|
-c | --cursor | (optional) cursor for paging. |
-p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |
No comments yet.