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