pbs_datastore_create
Create a new PBS datastore with dry-run validation; confirm to submit the async creation task.
Instructions
MUTATION (MEDIUM): create a new PBS datastore at the given path.
Dry-run by default — additive, but a misconfigured path can conflict with existing storage. PBS datastore creation is an async worker task (UPID) → outcome='submitted' (not 'ok'). No rollback primitive. confirm=True to execute.
POST /config/datastore Smoke-confirm: gc-schedule / prune-schedule / notification-mode param names; sync-vs-async.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| comment | No | ||
| confirm | No | ||
| gc_schedule | No | ||
| 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. | |
| prune_schedule | No | ||
| notification_mode | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |