cancel_script
Abort a running script immediately, closing its browser tab and discarding partial results. Use when the script is stuck or results are no longer needed.
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. |