rt runs abandon
rt › runs › abandon
Mark a wedged run abandoned (the run died with its session and the DB still says running)
Usage
rt runs abandon <run-id> [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<run-id> | text | Run to reconcile | |
--repo | text | Repo the run belongs to; omit to scan | |
--reason | text | Recorded against the run |
See code: commands/runs.ts › runsAbandon