Reindex-all is platform-only

HTTP 403 · search-all-platform-only← all Webpath errors

Reindexing every space may only run on a platform host, by its owner.

How to recover. Reindex one space with POST /_search?reindex, or run the all-reindex from the platform host as its owner.

Example response

{
  "type": "https://muse.as/a/webpath/errors/search-all-platform-only",
  "title": "Reindex-all is platform-only",
  "status": 403,
  "detail": "Reindex one space with POST /_search?reindex, or run the all-reindex from the platform host as its owner."
}

This page documents the search-all-platform-only error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.