pub.chive.admin.triggerFullReindex

chive.pub

Documentation

Trigger a full Elasticsearch reindex of all indexed records

main procedure

Trigger a full Elasticsearch reindex of all indexed records

Input

Encodingapplication/json
batchSize integer Optional

Number of records per batch

minimum: 1

Output

Encodingapplication/json
operationId string Required

ID of the started backfill operation

Errors

AuthenticationRequired
AdminRequired
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",
      "properties": {
        "batchSize": {
          "type": "integer",
          "minimum": 1,
          "description": "Number of records per batch"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AdminRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "operationId"
      ],
      "properties": {
        "operationId": {
          "type": "string",
          "description": "ID of the started backfill operation"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Trigger a full Elasticsearch reindex of all indexed records"
}

Lexicon Garden

@