Delete project
gitlab_delete_projectDelete a GitLab project permanently. Provide project ID or path and set confirm to true, as the action is irreversible.
Instructions
Deletes (or schedules deletion of) a project. Irreversible on most instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true — this deletes the project | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |