space.highport.manage.releaseReservation

lexicons.highport.space

{
  "id": "space.highport.manage.releaseReservation",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "hostname"
          ],
          "properties": {
            "hostname": {
              "type": "string",
              "maxLength": 253,
              "description": "The reserved name."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotBaseOwner",
          "description": "The name is not under a base whose verified or active registration belongs to the caller."
        },
        {
          "name": "ReservationNotFound",
          "description": "No reservation exists at that hostname. An ordinary registration, and the base's probe, are not reservations."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "released"
          ],
          "properties": {
            "released": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Release a name reserved under one of the caller's delegation bases: stop answering for it, and stop authorizing it at the TLS permission endpoint. The subject's site, if it published one, stops serving."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.releaseReservation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreidskmcl7bm54nmv74fkfih4d3ie6bdzddxenqoeeopww3ih3fhweq
Indexed At
2026-09-15 17:46 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.releaseReservation

Version History (2 versions)

Lexicon Garden

@