Skip to main content
DELETE
/
api
/
sandboxes
/
checkpoints
/
{checkpointId}
/
patches
/
{patchId}
Delete Patch
curl --request DELETE \
  --url https://app.opencomputer.dev/api/sandboxes/checkpoints/{checkpointId}/patches/{patchId} \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt

Use this file to discover all available pages before exploring further.

Delete a patch.
checkpointId
string
required
Checkpoint ID
patchId
string
required
Patch ID
{}