pbs_datastore_mount
Mount a removable PBS datastore to make it available, triggering run-on-mount jobs. Dry-run by default; use confirm=true to execute.
Instructions
MUTATION: mount a removable datastore.
RISK_MEDIUM — availability transition: the datastore becomes available, run-on-mount jobs fire. Dry-run by default; confirm=True executes (POST /admin/datastore/{store}/mount, async — UPID; a null return records "ok"); track with pbs_tasks_list. Reverse with pbs_datastore_unmount. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | Yes | Removable PBS datastore name to mount. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the mount. | |
| 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 |