pbs_node_subscription_delete
Delete locally-stored subscription info on a PBS node. Dry-run by default; use confirm=True to execute the deletion.
Instructions
MUTATION (MEDIUM): delete the locally-stored subscription info on a PBS node. Dry-run by default. confirm=True executes (DELETE /nodes/{node}/subscription) and returns {"status": "ok", "result": None}. Reversible via pbs_node_subscription_set. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion. | |
| 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 |