admin

Start search reindex

Trigger a full reindex from PostgreSQL to Elasticsearch. The reindex runs asynchronously in the background. Only one reindex can run at a time.

post/api/v1/admin/search/reindex

Response

Accepted

messagestring
statusstring

Example response

{
  "message": "Reindex started",
  "status": "accepted"
}

Changes