create_group
Create a new GitLab group or subgroup by providing a name and path. Optionally set visibility, description, or parent group for subgroups.
Instructions
Create new group or subgroup
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the group | |
| path | Yes | The path of the group | |
| description | No | The group's description | |
| visibility | No | The group's visibility level | |
| parent_id | No | The parent group ID for creating a subgroup |