pbs_tape_changer_delete
Delete a PBS tape changer configuration by name. Confirmation required to execute; dry-run default returns a plan without changes.
Instructions
MUTATION: delete a PBS tape changer config.
RISK_LOW: config-only — does not touch tape media or changer hardware, re-creatable. Dry-run by default (captures current config); confirm=True executes (DELETE /config/changer/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — drives associated with this changer fail to load/unload until it is re-created with pbs_tape_changer_create. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the tape changer 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 |