com.publicdomainrelay.temp.compute.events.vm.delete

johnandersen777.bsky.social

{
  "id": "com.publicdomainrelay.temp.compute.events.vm.delete",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "reason",
          "createdAt"
        ],
        "properties": {
          "reason": {
            "type": "string",
            "description": "Why the VM should be deleted, e.g. 'workflow_complete' or 'policy_engine_never_came_up'."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Requests that the provider delete/tear down a provisioned VM — e.g. because its workflow finished, or because its policy engine never came up. Sent by the requester, since the provider treats the VM as a black box and cannot observe these conditions itself."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.publicdomainrelay.temp.compute.events.vm.delete

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5svqtrhheairglgiiyvutzik
CID
bafyreiezqt54sjcgegu327vro7275kskr5fl3rbbzyeui3ga4bgisowqym
Indexed At
2026-06-08 04:06 UTC
AT-URI
at://did:plc:5svqtrhheairglgiiyvutzik/com.atproto.lexicon.schema/com.publicdomainrelay.temp.compute.events.vm.delete

Lexicon Garden

@