Vultr DocsLatest Content


List

Updated on 07 November, 2025

Displays all load balancers in your Vultr account with their IDs, labels, status, and essential configuration details.


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.

Comments