cancel_script
Cancel a running script that is stuck or taking too long, instantly aborting its execution and discarding any partial results.
Instructions
Abort a running script immediately, closing its browser tab and discarding any partial results not yet yielded. The script transitions to 'cancelled' status. Use when a script is stuck, taking too long, or its results are no longer needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | Script ID to cancel (format: scr_XXXXXXXX). Obtain from the run_script response or list_scripts. |