pve_pool_update
Add or remove VMs and storage from a Proxmox pool. Dry-run shows planned ACL coverage changes; confirm to execute.
Instructions
MUTATION: add (delete=False) or remove (delete=True) pool members. Dry-run by default — the PLAN notes membership re-scopes ACL coverage. confirm=True to execute. Synchronous. delete=True with no vms/storage is refused (ambiguous).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vms | No | ||
| delete | No | ||
| poolid | Yes | ||
| confirm | No | ||
| storage | No | ||
| 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 |