pipeline_kill
Kill a running pipeline and its Docker containers by setting a stop event and immediately terminating all containers for clean shutdown.
Instructions
Kill a running pipeline and all its Docker containers.
Sets the pipeline's stop event (so the loop exits cleanly after the current step) and immediately kills all Docker containers associated with the run.
Args: run_id: The pipeline run ID to kill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |