---
title: List
url: https://docs.vultr.com/reference/vultr-cli/block-storage/list
description: Lists all Block Storage volumes in your Vultr account with details including ID, size, region, and attachment status.
publish_date: 2025-09-14T03:01:52.237846Z
last_updated: 2025-11-07T17:39:58.214633Z
---

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.

## Usage

```console
$ vultr-cli block-storage list [flags]
```

## Examples

```console
# Full example
$ vultr-cli block-storage list

# Shortened with aliased commands
$ vultr-cli bs l
```

## Flags
| 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. |