pbs_verify_start
Start an integrity verification run on a PBS datastore. Dry-run shows the plan; confirm executes the async task.
Instructions
MUTATION: start an integrity verification run on a PBS datastore. Dry-run by default — non-destructive (read-only check) but heavy I/O. confirm=True to execute; returns the UPID (async task) — check progress with pbs_tasks_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | Namespace path to scope verification to; omit for the root namespace. | |
| store | Yes | PBS datastore name to verify. | |
| confirm | No | Set True to execute; False (default) only returns the dry-run plan. | |
| backup_id | No | Backup group ID (e.g. VMID/CTID or host name) to scope verification to. | |
| backup_type | No | Backup type filter: 'vm', 'ct', or 'host'. | |
| 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 |