- Method:
rewindRun - Scope:
run:admin - Transports: HTTP RPC, WebSocket RPC
- Request:
{ runId, frameNo, confirm: true, force?, noRevert? } - Response:
JumpResult, including an unconditionaleffectBoundaryreport withblocking,revertible, andwarningsarrays
force crosses unresolved effects and marks the run needs-attention. noRevert
skips registered compensation handlers, so those effects require force.
Errors are versioned as v1 and include InvalidRequest, Unauthorized, Forbidden, RunNotFound, FrameOutOfRange, Busy, RateLimited, UnsupportedSandbox, VcsError, RewindFailed, and TIME_TRAVEL_SIDE_EFFECT_BLOCKED.