Bleve

class matterapi.endpoints.async_api.BleveApi(client: matterapi.client.base.BaseClient, skip_response_parsing: bool = False)
async purge_bleve_indexes() matterapi.models.StatusOK

Purge all Bleve indexes

Deletes all Bleve indexes and their contents. After calling this endpoint, it is necessary to schedule a new Bleve indexing job to repopulate the indexes.

Permissions:

Must have sysconsole_write_experimental permission.

Minimum Server Version:

5.24

Api Reference:

PurgeBleveIndexes