v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Runs

Fork Run

Creates a new run from a checkpoint of the source run. The source run is left untouched.

post/api/v1/runs/{id}/fork

Path parameters

idstring required

Unique run identifier (ULID).

Request body

targetstring nullable

Optional checkpoint target such as @2, build, or build@1. Defaults to the latest checkpoint.

Response

New run created

source_run_idstring required
new_run_idstring required
targetstring required