events.iterate.com

Event type

events.iterate.com/sandbox/workspace-restored

/workspace was restored from the named R2 snapshot into the fresh container — what makes stop/sleep survivable: files under /workspace come back, everything else on the container disk is gone.

Payload schema

backupIdstring

The restored R2 snapshot's id (the SDK's random UUID).

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "backupId": {
      "type": "string",
      "description": "The restored R2 snapshot's id (the SDK's random UUID)."
    }
  },
  "required": [
    "backupId"
  ]
}