pbs_datastore_unmount
Unmount a removable PBS datastore, making it unavailable for use. Plan with dry-run, then confirm to execute.
Instructions
MUTATION: unmount the removable device backing a datastore.
RISK_MEDIUM — the datastore becomes UNAVAILABLE: in-flight operations are aborted and every job targeting it fails until re-mounted (check pbs_datastore_active_operations first). Dry-run by default; confirm=True executes (POST /admin/datastore/{store}/unmount, async — UPID; a null return records "ok"). Reverse with pbs_datastore_mount. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | Yes | Removable PBS datastore name to unmount. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the unmount. | |
| 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 |