pbs_gc_start
Start garbage collection on a PBS datastore. Dry-run by default; set confirm=True to execute and permanently remove unreferenced chunks.
Instructions
MUTATION (HIGH): start garbage collection on a PBS datastore. Dry-run by default — GC permanently removes unreferenced chunks (no undo). confirm=True to execute; returns the UPID (async task) — check progress with pbs_gc_status or pbs_tasks_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | Yes | PBS datastore name to run garbage collection on. | |
| confirm | No | Set True to execute; False (default) only returns the dry-run plan. | |
| 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 |