---
title: List
url: https://docs.vultr.com/reference/vultr-cli/object-storage/list
description: Lists all Object Storage instances in your Vultr account with their IDs, labels, locations, and status information.
publish_date: 2025-09-14T03:08:15.996848Z
last_updated: 2025-11-07T17:50:47.235854Z
---

The `vultr-cli object-storage list` command displays all Object Storage instances in your Vultr account, showing details like ID, label, location, and status.

## Usage

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

## Examples

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

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