Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
cancelRun requests cancellation of an active run.
- Method:
cancelRun - Scope:
run:write - Transports: HTTP RPC, WebSocket RPC
- Request:
{ runId } - Response:
{ runId, status: "cancelling" }
run:write scope.