Cancel Sleepwalker visibility run
cancel_sleepwalker_visibility_runCancel the queued remainder of an AI Visibility run (the killswitch).
Use when the user wants to stop a direct-URL run (created by create_sleepwalker_visibility_run) that is queued or running. Probes no worker has picked up yet never run and their reserved credits return to the account; probes a worker already claimed (they are dispatched in batches) finish and settle normally, and completed results stay available. While work is in flight the response reports billing_pending true and the remaining release normally happens when the last probe finishes; if a run later looks stuck (still running with nothing progressing, for example after a worker crash), call this tool again to force the remainder out and release the credits. Idempotent: cancelling a finished run, or cancelling twice, changes nothing and reports the current state. Poll get_sleepwalker_visibility_run_status for final counts; released credits equal reserved minus settled once terminal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Sleepwalker run ID returned by a create or list tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||