Checkpoints
Validate a checkpoint
Whether the caller can manage and use this checkpoint.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Body
application/json
Request body for POST /v1/loops/checkpoints/validate.
bt:// URI of a sampler checkpoint. Form: bt://loops:<run_id>/sampler_weights/<checkpoint_name>.
Example:
"bt://loops:k4q95w5/sampler_weights/step-100"
Response
200 - application/json
Response for POST /v1/loops/checkpoints/validate. Empty on success;
inaccessible or malformed paths raise 400.
Previous
Get checkpoint filesGet presigned URLs for the files under a Loops checkpoint. Returns a paginated list.
Next
cURL