2026-01-15 06:12:54 +00:00
|
|
|
|
---
|
2026-01-30 03:15:10 +01:00
|
|
|
|
summary: "CLI reference for `openclaw health` (gateway health endpoint via RPC)"
|
2026-01-15 06:12:54 +00:00
|
|
|
|
read_when:
|
|
|
|
|
|
- You want to quickly check the running Gateway’s health
|
2026-01-31 16:04:03 -05:00
|
|
|
|
title: "health"
|
2026-01-15 06:12:54 +00:00
|
|
|
|
---
|
|
|
|
|
|
|
2026-01-30 03:15:10 +01:00
|
|
|
|
# `openclaw health`
|
2026-01-15 06:12:54 +00:00
|
|
|
|
|
|
|
|
|
|
Fetch health from the running Gateway.
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
|
openclaw health
|
|
|
|
|
|
openclaw health --json
|
|
|
|
|
|
openclaw health --verbose
|
2026-01-15 06:12:54 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
2026-01-17 01:14:17 +00:00
|
|
|
|
Notes:
|
2026-01-31 21:13:13 +09:00
|
|
|
|
|
2026-01-17 01:14:17 +00:00
|
|
|
|
- `--verbose` runs live probes and prints per-account timings when multiple accounts are configured.
|
|
|
|
|
|
- Output includes per-agent session stores when multiple agents are configured.
|