pve_pool_delete
Delete a Proxmox resource pool. Requires pool to be empty (members not deleted). Dry-run by default; set confirm=true to execute.
Instructions
MUTATION: delete a resource pool. Dry-run by default — the PLAN warns ACLs on /pool/{poolid} are orphaned and the pool must be empty first (members are NOT deleted; empty it first with pve_pool_update). confirm=True to execute. Synchronous — returns null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolid | Yes | Pool ID to delete; the pool must be empty first. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion. | |
| 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 |