pve_pool_create
Create an empty resource pool in Proxmox VE. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION: create an (empty) resource pool. Dry-run by default (PLAN = additive, LOW). confirm=True to execute. Synchronous — typically returns null, no members yet; add guests/storage with pve_pool_update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolid | Yes | New pool ID to create. | |
| comment | No | Free-text comment stored with the pool. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the creation. | |
| 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 |