live_cancel_scenario_run
Cancel a running scenario run by ID to prevent the next flow from starting and force-detach the current tab, stopping an in-flight step immediately.
Instructions
Cancels a still-running scenario run by its runId -- stops before the next flow in the sequence starts, and force-detaches the currently-executing flow's own tab so an in-flight step stops immediately instead of running to its own timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| session | No | Which connected side panel to target, by its connection id (see live_status) -- only needed when more than one side panel is connected to the same project. |