Skip to main content
Use the reindex command to start a Typesense search reindex on your connected Core instance and check its progress. Requires CLI 1.8.1 or later.
CommandAliasDescription
createcStart a new reindex job
listlCheck current reindex status

create

Trigger a full reindex that reads records from your database and indexes them into Typesense collections. Run this after deploying a new Typesense instance or when search results are missing data that still exists in Core.
Options
OptionTypeDescription
--jsonbooleanAfter a successful create, print the full API response as JSON.
-h, --helpbooleanShow help for this command.
Usage
1

Start reindex

Run the command on your connected Core instance:
2

Reindex started


list

Check the current reindex job, including status, phase, record counts, and timestamps. Poll with list while a job is running; when status is completed, verify search coverage in Typesense if needed.
Options
OptionTypeDescription
--jsonbooleanPrint the full API response as JSON instead of a formatted summary.
-h, --helpbooleanShow help for this command.
Usage
1

Check reindex status

Run the command: