Checkpoints
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idsstring · nullableOptional
Comma-separated list of checkpoint UUIDs to filter by
Responses
200
Returns checkpoints
application/json
400
Invalid query parameters
application/json
500
Failed to connect/fetch from database
application/json
get
/v2/checkpointsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200
Successfully deprecated checkpoint and returns id
text/plain
Responsestring
400
Invalid UUID provided
application/json
500
Failed to execute request against database
application/json
patch
/v2/checkpoints/deprecate/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Body
gpustringRequired
infoanyOptional
platformstringRequired
Responses
200
Successfully updated checkpoint info and returns ID
text/plain
Responsestring
500
Failed to execute request against database
application/json
put
/v2/checkpoints/info/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
restore_pathstring · nullableOptional
Responses
200
Marks the checkpoint as successfully uploaded
text/plain
Responsestring
400
Invalid request parameters
application/json
500
Failed to update checkpoint in database
application/json
post
/v2/checkpoints/uploaded/{id}Last updated
Was this helpful?