live_cancel_run
Cancel a running run by its ID to stop an in-flight step immediately.
Instructions
Cancels a still-running run by its runId (same effect as the Replay section's or Runs tab's own Cancel button) -- force-detaches that run's own target tab so an in-flight step stops immediately instead of running to its own timeout. Independent of whichever tab is currently pinned/active.
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. |