---
title: List
url: https://docs.vultr.com/reference/vultr-cli/load-balancer/list
description: Displays all load balancers in your Vultr account with their IDs, labels, status, and essential configuration details.
publish_date: 2025-09-14T03:07:43.239331Z
last_updated: 2025-11-07T17:49:14.108251Z
---

The `vultr-cli load-balancer list` command displays all load balancers in your Vultr account, showing their IDs, labels, status, and other key configuration details.

## Usage

```console
$ vultr-cli load-balancer list <Load Balancer ID> [flags]
```

## Examples

```console
# Full example
$ vultr-cli load-balancer list

# Full example with paging
$ vultr-cli load-balancer list --per-page=1 --cursor="bmV4dF9fQU1T"

# Shortened with alias commands
$ vultr-cli lb l

# Summarized view
$ vultr-cli load-balancer list --summarize
```

## 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. |
| - | --summarize | (optional) Summarize the list output. One line per load balancer. |