pbs_node_time_set
Set the timezone on a PBS node. Dry-run previews changes; confirm=True applies the update.
Instructions
MUTATION (LOW): set the timezone on a PBS node. Dry-run by default — reads the current timezone first (also readable via pbs_node_time_get). confirm=True executes (PUT /nodes/{node}/time) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| 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. UTC, America/Chicago). | |
| 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 |