Update node
node_updateUpdate a Longhorn node's scheduling, eviction, or tags while leaving omitted fields unchanged; use to enable or disable scheduling and trigger node eviction.
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 |