update_node
Edit an existing node's fields to fix boot crashes or adjust resources like RAM and NIC settings without recreating the node. Only specified fields are changed.
Instructions
Edit an existing node's fields. Only the fields you pass are changed.
Use this to fix a node that crashes on boot (e.g. set a missing image), or to tweak ram/qemu_nic without deleting and recreating. Image/ram/qemu_* changes take effect on the next (re)start, not on a running node. Accepts the same field names as add_node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpu | No | ||
| ram | No | ||
| top | No | ||
| icon | No | ||
| left | No | ||
| name | No | ||
| delay | No | ||
| image | No | ||
| config | No | ||
| serial | No | ||
| console | No | ||
| node_id | Yes | ||
| ethernet | No | ||
| firstmac | No | ||
| pci_mode | No | ||
| qemu_nic | No | ||
| qemu_arch | No | ||
| qemu_options | No | ||
| qemu_version | No | ||
| config_script | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |