pbs_tape_drive_clean
Clean a tape drive by running a cleaning cycle. Dry-run to preview; confirm to execute, consuming a cleaning cartridge and taking the drive offline.
Instructions
MUTATION: run a cleaning cycle on a drive.
RISK_MEDIUM: consumes one use-cycle of the staged cleaning cartridge (a finite physical consumable) and takes the drive offline for the cycle's duration — no digital undo. Dry-run by default (returns a PLAN); confirm=True executes (PUT /tape/drive/{drive}/clean) and returns {"status": "submitted", "result": ""}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive | Yes | Drive identifier. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the cleaning cycle. | |
| 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 |