pbs_node_subscription_set
Install and validate a subscription key on a Proxmox Backup Server node. Dry-run plans the operation; confirm executes it.
Instructions
MUTATION (MEDIUM): install and validate a subscription key on a PBS node. Dry-run by default. confirm=True executes (PUT /nodes/{node}/subscription) and returns {"status": "ok", "result": None}. Reversible via pbs_node_subscription_delete. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Subscription key to install. | |
| node | No | PBS node name (or 'localhost'). | localhost |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the installation. | |
| 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 |