Pipeline actions
gitlab_pipeline_actionCreate, retry, cancel, or delete GitLab CI/CD pipelines. Trigger new pipelines with variables or control existing ones by pipeline ID.
Instructions
Triggers a new pipeline, or retries/cancels/deletes an existing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | For create: branch or tag to run | |
| action | Yes | ||
| variables | No | For create: pipeline variables | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| pipeline_id | No | Required for retry/cancel/delete |