Files
openclaw/docs/cli/health.md

22 lines
506 B
Markdown
Raw Normal View History

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 Gateways health
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
```
Notes:
2026-01-31 21:13:13 +09: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.