pbs_group_notes_set
Set the notes annotation for a Proxmox Backup Server backup group. Supports dry-run planning before applying the change.
Instructions
MUTATION: set the notes body for a backup GROUP (distinct from the snapshot-level pbs_snapshot_notes_set).
RISK_LOW: annotation metadata only — no backup data, retention, or protection is changed. Dry-run by default (CAPTUREs the current notes for guided revert, mirroring pbs_snapshot_notes_set); confirm=True executes (PUT /admin/datastore/{store}/group-notes, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | No | Namespace; omit for the root namespace. | |
| notes | Yes | The notes body (multiline text; the first line becomes the group's 'comment' in listings). | |
| store | Yes | PBS datastore name. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes. | |
| backup_id | Yes | Backup group ID. | |
| backup_type | Yes | Backup type: vm, ct, or host. | |
| 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 |