retry_pipeline
Retry a failed GitLab pipeline. Use dry-run mode to preview the action before executing.
Instructions
Retry a failed pipeline. dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| pipeline_id | Yes | Pipeline ID to retry | |
| dry_run | No | Dry run mode (default: true). When true, returns a preview of the action without executing it. Set to false only after user confirmation. |