Manage Pipeline
manage_pipelineRetry or cancel a CI/CD pipeline in a GitLab project by providing the project path, pipeline IID, and action.
Instructions
Retry or cancel a CI/CD pipeline (requires user authentication with write permissions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on the pipeline | |
| pipelineIid | Yes | Pipeline IID | |
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |