pbs_tape_pool_delete
Delete a Proxmox Backup Server tape media pool. Dry-run by default; set confirm=true to execute.
Instructions
MUTATION: delete a PBS tape media pool.
RISK_MEDIUM: media/backup data already written to tapes that belonged to this pool is untouched, but the pool's retention/allocation policy and encryption-key association is gone — tape-backup jobs referencing this pool fail until it is re-created. Dry-run by default (captures current config); confirm=True executes (DELETE /config/media-pool/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — re-create with pbs_tape_pool_create. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the media pool to delete. | |
| 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 |