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 essential configuration details.
$ vultr-cli load-balancer list <Load Balancer ID> [flags]
# 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
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. |
No comments yet.