Vultr DocsLatest Content


List

Updated on 15 September, 2025

Lists all node pools in a specified Kubernetes cluster with their IDs, node counts, and configuration details.


The vultr-cli kubernetes node-pool list command displays all node pools in a specified Kubernetes cluster, showing details like pool IDs, node counts, and configurations.

Usage

console
$ vultr-cli kubernetes node-pool list <Cluster ID> [flags]

Examples

console
# Full example
$ vultr-cli kubernetes node-pool list ffd31f18-5f77-454c-9064-212f942c3c34
# Full example with paging
$ vultr-cli kubernetes node-pool list ffd31f18-5f77-454c-9064-212f942c3c34 --per-page=1 --cursor="bmV4dF9fQU1T"
# Shortened with alias commands
$ vultr-cli k n l ffd31f18-5f77-454c-9064-212f942c3c34

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 node pool.

Comments

No comments yet.