cancel_pipeline
Cancel a running pipeline to halt ongoing jobs. Dry-run mode is active by default, showing a preview without execution.
Instructions
Cancel a running pipeline. dry_run=true by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| pipeline_id | Yes | Pipeline ID to cancel | |
| 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. |