Files
cheatsheet-tldr/tldr/openclaw-nodes
2026-02-23 00:27:58 +00:00

30 lines
529 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# openclaw nodes
> Manage OpenClaw nodes (iOS, Android, macOS devices).
> More information: <https://docs.openclaw.ai/cli/nodes>.
- List all connected and pending nodes:
`openclaw nodes list`
- List pending pairing requests:
`openclaw nodes pending`
- Approve a pending node pairing request:
`openclaw nodes approve {{request_id}}`
- View node status:
`openclaw nodes status`
- Display help:
`openclaw nodes {{[-h|--help]}}`