pve_pool_update
Add or remove VMs/storage from a Proxmox pool. Dry-run by default; confirm=true to execute. Use delete=true to remove members.
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, no UPID. delete=True with no vms/storage is refused (ambiguous). To remove the pool itself use pve_pool_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vms | No | Comma-separated VMID/CTID list to add or remove from the pool. | |
| delete | No | False (default) adds the given vms/storage as members; True removes them instead. | |
| poolid | Yes | Pool ID to update. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the change. | |
| storage | No | Comma-separated storage ID list to add or remove from the pool. | |
| 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 |