Skip to main content

Documentation Index

Fetch the complete documentation index at: https://algolia.com/llms.txt

Use this file to discover all available pages before exploring further.

Usage
algolia crawler unblock <crawler_id> [flags]

Examples

Unblock the crawler with the ID “my-crawler”:
algolia crawler unblock my-crawler

Flags

-y, --confirm
Skip the unblock crawler confirmation prompt
--dry-run
Validate and preview the unblock 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