Skip to main content
POST
/
api
/
sandboxes
/
{id}
/
checkpoints
/
{checkpointId}
/
restore
Restore Checkpoint
curl --request POST \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/checkpoints/{checkpointId}/restore \
  --header 'X-API-Key: <api-key>'
{}
Revert the sandbox in-place to a checkpoint. All changes since the checkpoint are lost.
id
string
required
Sandbox ID
checkpointId
string
required
Checkpoint ID
{}