HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

openclaw nodes — Manage OpenClaw nodes (iOS, Android, macOS devices). More information: <https://docs.openclaw.ai/cli

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandiosopenclaw nodesmanagecliopenclawnodesandroid

Problem

How to use the openclaw nodes command: Manage OpenClaw nodes (iOS, Android, macOS devices). More information: <https://docs.openclaw.ai/cli/nodes>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/openclaw nodes

Revisions (0)

No revisions yet.