---
sidebar_position: 10
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lium.io/llms.txt
> Use this file to discover all available pages before exploring further.

# `lium ls`

List available GPU nodes.

```bash
lium ls [GPU_TYPE] [OPTIONS]
```

## Arguments

- `GPU_TYPE` — Filter by GPU type (`H100`, `A100`, `RTX4090`, …).

## Options

| Flag | Effect |
|------|--------|
| `--region REGION` | Filter by region |
| `--min-memory GB` | Minimum GPU memory |
| `--max-price USD` | Maximum price per hour |
| `--format FORMAT` | Output format: `table`, `json`, `csv` |

## Examples

```bash
lium ls                    # List all nodes
lium ls H100               # Only H100 GPUs
lium ls --max-price 2.5    # Under $2.50/hour
lium ls --format json      # JSON output
```

Pareto-optimal choices in the table are marked with ★.

## See also

- [`lium up`](./up) — create a pod on a listed node
- [`lium ps`](./ps) — list pods you already own
