> ## Documentation Index
> Fetch the complete documentation index at: https://smithers.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# resumeRun

> Gateway RPC for resuming a run.

`resumeRun` resumes a waiting or interrupted run.

* Method: `resumeRun`
* Scope: `run:write`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ runId, options? }`
* Response: `{ runId, status: "resume_requested" | "already_terminal" }`

Errors are versioned as `v1` and include `InvalidRequest`, `Unauthorized`, `Forbidden`, `RunNotFound`, and `Internal`.
