live_cancel_suite_run
Cancel a running suite by its run ID, interrupting in-flight work across all worker tabs and preventing further queue pickups.
Instructions
Cancels a still-running suite run by its runId -- force-interrupts whatever's actually in flight on every worker tab right now (same as live_cancel_scenario_run does for a single scenario run) and stops every worker from picking up anything further off the queue.
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. |