pbs_apt_update_refresh
Resynchronizes the APT package index on a PBS node to refresh available package information without installing or upgrading any packages. Dry-run by default to review changes before execution.
Instructions
MUTATION: resynchronize the APT package index on a PBS node (apt-get update).
RISK_LOW: no package state change — refreshes the local index cache only. Proxmox's API deliberately does not expose upgrade execution; the upgrade itself happens at your console. This tool governs visibility only — it does NOT install or upgrade any package. Idempotent — safe to re-run any time. Dry-run by default (returns a PLAN); confirm=True executes (POST, Smoke-confirm) and returns {"status": "submitted"|"ok", "result": <task UPID | None>}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name; defaults to 'localhost' (standard single-node PBS name). | localhost |
| quiet | No | If True, ask PBS to omit progress output suitable only for interactive logging. | |
| notify | No | If True, ask PBS to send a notification email about newly available packages. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the index refresh. | |
| 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 |