pbs_tape_drive_eject
Eject mounted media from a tape drive. Dry-run returns a plan; confirm execution physically ejects the cartridge, requiring human intervention.
Instructions
MUTATION: eject/unload a drive's mounted media.
RISK_MEDIUM: on a standalone (non-changer) drive this PHYSICALLY EJECTS the cartridge — requires a HUMAN to retrieve/reinsert it, no robot arm to undo it. Dry-run by default (returns a PLAN); confirm=True executes (POST /tape/drive/{drive}/eject-media) and returns {"status": "submitted", "result": ""}. No undo primitive. 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 eject. | |
| 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 |