Create a Patch
Sandbox.createCheckpointPatch(checkpointId, opts)
UUID of the checkpoint to patch.
Promise<PatchResult>
List Patches
Sandbox.listCheckpointPatches(checkpointId, opts?)
Returns: Promise<PatchInfo[]> — ordered by sequence number.
Delete a Patch
Remove a bad or unwanted patch. Remaining patches continue to apply in sequence order.Sandbox.deleteCheckpointPatch(checkpointId, patchId, opts?)
UUID of the checkpoint.
UUID of the patch to delete.
Promise<void>
How Patches Apply
| Event | Patches run? |
|---|---|
Sandbox.createFromCheckpoint() | Yes — after boot |
sandbox.wake() | Yes — after restore |
| Sandbox already running | No — next wake/boot |