pbs_tape_changer_transfer
Move media from one tape changer slot to another via robot. Returns a dry-run plan by default; set confirm=True to execute.
Instructions
MUTATION: move media from one changer slot to another.
RISK_LOW: pure storage-slot rearrangement via the changer robot — no drive interaction, no in-flight job interrupted, trivially reversible by transferring again with from/to swapped. Dry-run by default (returns a PLAN); confirm=True executes (POST /tape/changer/{name}/transfer, synchronous) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tape changer identifier. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the transfer. | |
| to_slot | Yes | Destination slot number (>= 1). | |
| from_slot | Yes | Source slot number (>= 1). | |
| 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 |