pbs_node_subscription_check
Check or refresh a PBS node's subscription status by contacting Proxmox's server. Dry-run by default; use confirm=True to execute the check.
Instructions
MUTATION (LOW): check and refresh a PBS node's subscription status by contacting Proxmox's server. Dry-run by default. No key/identity change — status-cache refresh only. confirm=True executes (POST /nodes/{node}/subscription) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| force | No | If True, always re-check even if the cached status is fresh. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the check. | |
| 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 |