v2
latestOpenAPI 3.1.02026-07-2675166192.8 KBCreate Dedicated Run
Dispatch a dedicated full-FT prime-rl run on a registered PrimeCluster.
Access is gated by ClusterAllocation - the picker in training_service.create_dedicated_run rejects callers whose team/user has no matching allocation on a live PrimeCluster. When team_id is set the caller must additionally be a member of that team (mirrors the LoRA/shared dispatch path).
Config validation (validator schema, hub env ids, HF repo names, per-run GPU cap) runs sync so bad configs return 400 immediately. Cluster-side probes (GPU capacity, model cache) and the helm install run async in a Cloud Task; callers poll GET /api/v1/rft/runs/{run_id} for status transitions PENDING -> CREATING -> RUNNING (or FAILED with errorMessage on a cluster-side rejection).
Request body
Response
Successful Response