v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Validates a Loops checkpoint bt:// URI

Returns whether the caller can manage and use this checkpoint.

post/v1/loops/checkpoints/validate

Request body

checkpoint_pathstring required

bt:// URI of a sampler checkpoint. Form: bt://loops:<run_id>/sampler_weights/<checkpoint_name>.

Example request

{
  "checkpoint_path": "bt://loops:k4q95w5/sampler_weights/step-100"
}

Response

ValidateLoopsCheckpointResponseV1 required

Response for POST /v1/loops/checkpoints/validate. Empty on success; inaccessible or malformed paths raise 400.