pbs_tape_drive_rewind
Rewind a mounted tape to its beginning. Dry-run returns a plan; confirm executes the action.
Instructions
MUTATION: rewind a drive's mounted tape to its beginning.
RISK_LOW: repositions the tape head only — no mount/unmount, no data touched, the lowest-consequence physical action on this plane. Dry-run by default (returns a PLAN); confirm=True executes (POST /tape/drive/{drive}/rewind) 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 rewind. | |
| 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 |