update_project
Update an existing GitLab project's name, description, default branch, visibility, and other settings.
Instructions
Update a GitLab project's settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| name | No | New project name | |
| description | No | New project description | |
| default_branch | No | New default branch | |
| visibility | No | Visibility level | |
| issues_enabled | No | Enable issues | |
| merge_requests_enabled | No | Enable merge requests | |
| wiki_enabled | No | Enable wiki | |
| jobs_enabled | No | Enable CI/CD | |
| archived | No | Archive project |