Skip to main content
Usage
algolia crawler reindex <crawler_id>... [flags]

Examples

Reindex the crawler with the ID “my-crawler”:
algolia crawler reindex my-crawler
Reindex the crawlers with the IDs “my-crawler-1” and “my-crawler-2”:
algolia crawler reindex my-crawler-1 my-crawler-2

Flags

--dry-run
Validate and preview the reindex request without sending it

Output formatting flags

--allow-missing-template-keys
If true, ignore errors in templates due to missing fields or map keys. This only applies to golang and jsonpath output formats.
-o, --output
Output format. One of: (json, jsonl, ndjson, jsonpath, jsonpath-as-json, jsonpath-file).
--template
Template string or path to a template file to use when —output=jsonpath, —output=jsonpath-file.
Last modified on May 12, 2026