---
sidebar_position: 19.5
---

> ## 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 reboot`

Reboot one or more pods.

```bash
lium reboot [TARGETS] [OPTIONS]
```

## Arguments

- `TARGETS` — Pod name, index, or comma-separated list. Optional when `--all` is set.

## Options

| Flag | Effect |
|------|--------|
| `-a, --all` | Reboot every active pod |
| `--volume-id HUID` | Volume ID to attach when rebooting |

## Examples

```bash
lium reboot my-pod
lium reboot 1,2,3
lium reboot --all
lium reboot my-pod --volume-id brave-fox-3a   # Attach a volume on reboot
```

## See also

- [`lium ps`](./ps.md) — find the pod to reboot
- [`lium rm`](./rm.md) — fully stop a pod instead of rebooting
