create_group
Create a new GitLab group or subgroup. Specify the name, path, and optionally a parent group ID, visibility level, and description.
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 | |
| parent_id | No | The parent group ID for creating a subgroup | |
| visibility | No | The group's visibility level | |
| description | No | The group's description |