space.highport.manage.releaseReservation

lexicons.highport.space

Documentation

Release a name reserved under one of the caller's delegation bases. Bard stops answering for it and stops authorizing it for TLS, and any site the subject published there stops serving.

main procedure

Release a name reserved under one of the caller's delegation bases. Bard stops answering for it and stops authorizing it for TLS, and any site the subject published there stops serving.

Input

Encodingapplication/json
hostname string Required

The reserved name.

maxLength: 253 bytes

Output

Encodingapplication/json
released boolean Required

No description available.

Errors

NotBaseOwner The name is not under a base with a verified or active registration owned by the caller.
ReservationNotFound No reservation exists for that hostname. Ordinary registrations and the base's probe are not reservations.
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "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 with a verified or active registration owned by the caller."
    },
    {
      "name": "ReservationNotFound",
      "description": "No reservation exists for that hostname. Ordinary registrations 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. Bard stops answering for it and stops authorizing it for TLS, and any site the subject published there stops serving."
}

Lexicon Garden

@