pve_group_update
Update a Proxmox group's comment. Dry-run preview by default; confirm to execute. Does not modify group membership.
Instructions
MUTATION: update a group's comment. Dry-run by default (comment-only replace, LOW risk); confirm=True executes and returns a dict, synchronous with no UPID. Does not modify group membership — use pve_user_update (groups=) to add/remove members, or pve_group_get to see current members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | New free-text comment. | |
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| groupid | Yes | Group id to update. | |
| 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 |