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
Checkpoint is basic unit for cedana service operation it stores all the information regarding the snapshot we can use to save and then restore state
checksumstring · nullableOptional
gpustringRequired
idstring · uuidRequired
infoanyOptional
namestring · nullableOptional
platformstringRequired
statusstring · enumRequiredPossible values:
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
stringOptional
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
stringOptional
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
stringOptional
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?