resume_runner
Resume a paused runner to restore pipeline execution, with dry-run preview and reversible undo.
Instructions
[WRITE][risk=medium] Resume a paused runner; reversible (undo pauses it).
Reads the runner first so the harness records its prior paused state. Pass dry_run=True to preview.
Args: runner: Runner id (from list_runners). dry_run: If True, preview without resuming. target: Server target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runner | Yes | ||
| target | No | ||
| dry_run | No |