pve_apt_updates_list
Retrieve a list of available package updates from the cached apt index on a Proxmox VE node. Use this to see pending upgrades before applying them via your console.
Instructions
READ-ONLY: list available package updates (cached apt index) on a PVE node.
GET /nodes/{node}/apt/update. Smoke-confirm: shape not live-verified — expected per-package dicts (Package/Title/Description/Origin/Version/OldVersion/Priority/Section/Arch). Proxmox's API deliberately does not expose upgrade execution; the upgrade itself happens at your console. This tool governs visibility only. To refresh this list first use pve_apt_update_refresh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| 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 |