pbs_datastore_update
Update Proxmox Backup Server datastore settings like garbage collection and prune schedules. Use dry-run to preview changes, then confirm to apply.
Instructions
MUTATION (MEDIUM): update PBS datastore configuration. Dry-run by default.
CAPTURE: reads current config before planning; on read failure the plan is marked incomplete. Changing gc-schedule / prune-schedule affects data retention cluster-wide. No rollback primitive — revert by re-applying the captured config. confirm=True to execute.
PUT /config/datastore/{name} Smoke-confirm: accepted param names (hyphenated vs underscored).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | 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 |