pub.chive.admin.rescanPDS

chive.pub

Documentation

Trigger a rescan of a specific PDS

main procedure

Trigger a rescan of a specific PDS

Input

Encodingapplication/json
pdsUrl stringuri Required

URL of the PDS to rescan

Output

Encodingapplication/json
success boolean Required

Whether the rescan was triggered

Errors

AuthenticationRequired
AdminRequired
InvalidRequest
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": [
        "pdsUrl"
      ],
      "properties": {
        "pdsUrl": {
          "type": "string",
          "format": "uri",
          "description": "URL of the PDS to rescan"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AdminRequired"
    },
    {
      "name": "InvalidRequest"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "success"
      ],
      "properties": {
        "success": {
          "type": "boolean",
          "description": "Whether the rescan was triggered"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Trigger a rescan of a specific PDS"
}

Lexicon Garden

@