retry_pipeline
Retry a failed or canceled pipeline, with dry-run preview to check before executing. Preserves prior status for audit logs.
Instructions
[WRITE][risk=medium] Retry a failed/canceled pipeline.
Reads the pipeline first so priorState records the status it had before the retry. Irreversible (a retry is a new run) — no undo. Pass dry_run=True to preview.
Args: project: Project id or full path ('group/project' / 'owner/repo'). pipeline: Pipeline id (from list_pipelines). dry_run: If True, preview without retrying. target: Server target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| project | Yes | ||
| pipeline | Yes |