space.highport.admin.setSpaceState

lexicons.highport.space

Documentation

Suspend or resume syncing for a space. While suspended, bard pulls nothing and accepts no grants, but the space's domains keep serving.

main procedure

Suspend or resume syncing for a space. While suspended, bard pulls nothing and accepts no grants, but the space's domains keep serving.

Input

Encodingapplication/json
space stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

state string Required

No description available.

Output

Encodingapplication/json
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": [
        "space",
        "state"
      ],
      "properties": {
        "space": {
          "type": "string",
          "format": "at-uri"
        },
        "state": {
          "type": "string",
          "knownValues": [
            "suspended",
            "active"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "space"
      ],
      "properties": {
        "space": {
          "ref": "space.highport.defs#spaceView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Suspend or resume syncing for a space. While suspended, bard pulls nothing and accepts no grants, but the space's domains keep serving."
}

Lexicon Garden

@