---
title: List
url: https://docs.vultr.com/reference/vultr-cli/kubernetes/node-pool/list
description: Lists all node pools in a specified Kubernetes cluster with their IDs, node counts, and configuration details.
publish_date: 2025-09-14T03:07:25.368480Z
last_updated: 2025-11-07T17:48:45.735565Z
---

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