Update node
node_updateUpdate Longhorn node properties such as scheduling, tags, and eviction requests while leaving omitted fields unchanged. Set evictionRequested to true to drain replicas from the node.
Instructions
Update a Longhorn node record (e.g. allowScheduling, evictionRequested, tags). Fields you omit are left unchanged (read-merge-write under the hood — the API itself does a full replace on PUT). evictionRequested: true drains all replicas/backing images off the node. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/nodes/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| allowScheduling | No | ||
| evictionRequested | No |