Checkpoints
Cedana API for checkpoints
Use query params to filter checkpoints. Supports filtering by ids (comma-separated UUIDs for single or multiple checkpoints)
Comma-separated list of checkpoint UUIDs to filter by
Returns checkpoints
Invalid query parameters
Failed to connect/fetch from database
Builds a new checkpoint without the metadata and information about the checkpoint with status initializing
Returns the checkpoint ID for the new checkpoint
Failed to create checkpoint in database
Marks checkpoint as deprecated, so that they can be removed on next internal state cleanup
Successfully deprecated checkpoint and returns id
Invalid UUID provided
Failed to execute request against database
Add information about the checkpoint
Successfully updated checkpoint info and returns ID
Failed to execute request against database
Marks checkpoint as successfully uploaded and ready for restore
Marks the checkpoint as successfully uploaded
Invalid request parameters
Failed to update checkpoint in database
Last updated
Was this helpful?