pbs_namespace_delete
Delete a namespace from a PBS datastore. Dry-run by default; set confirm=True to execute. Use delete_groups=True to remove all backup groups inside the namespace (irreversible).
Instructions
MUTATION: delete a namespace from a PBS datastore. Dry-run by default — delete_groups=True is HIGH (it deletes all backup groups/snapshots inside the namespace, no undo). confirm=True to execute — returns {"status": "ok", "result": null}. Use pbs_namespaces_list to confirm it's empty first, or pbs_namespace_create to recreate an empty namespace afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | Yes | Namespace path to delete. | |
| store | Yes | PBS datastore name. | |
| confirm | No | Set True to execute; False (default) only returns the dry-run plan. | |
| delete_groups | No | If True, deletes groups/snapshots in namespace (HIGH, no undo); else must be empty. | |
| 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 |