pve_node_time_set
Change the timezone on a PVE node with a dry-run plan before execution and automatic revert support.
Instructions
MUTATION: set the timezone on a PVE node.
RISK_LOW. CAPTURE: reads the current timezone before planning (also readable directly via pve_node_time_get); if unreadable → complete=False. Revert by re-applying the captured timezone. Dry-run by default (returns a PLAN); confirm=True executes (PUT, Smoke-confirm) and returns {"status": "ok", "result": None}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to configure; defaults to the configured node if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the timezone change. | |
| timezone | Yes | IANA timezone name to set on the node (e.g. America/Chicago, UTC). | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |