pve_group_create
Creates an empty Proxmox VE group. Dry-run returns a plan; confirm=true executes the mutation. Add users or ACLs separately to activate the group.
Instructions
MUTATION: create an (empty) group. Dry-run by default (additive, LOW risk); confirm=True executes and returns a dict, synchronous with no UPID. The group is inert until users are added (pve_user_update/pve_user_create with groups=) or pve_acl_modify grants it privileges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional free-text comment. | |
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| groupid | Yes | New group id. | |
| 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 |