openclaw_node_rename
Rename a node's display name or identifier. Provide the node ID and optionally a new name.
Instructions
Rename a node (display name / id). Wraps node.rename. Mutates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| nodeId | Yes | ||
| newName | No | ||
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |