Skip to main content
Usage
algolia indices delete <index> [flags]

Examples

Delete the index named β€œMOVIES”:
algolia indices delete MOVIES
Delete the index named β€œMOVIES” and its replicas:
algolia indices delete MOVIES --include-replicas
Delete the index named β€œMOVIES”, skipping the confirmation prompt:
algolia indices delete MOVIES -y
Delete multiple indices:
algolia indices delete MOVIES SERIES ANIMES

Flags

-y, --confirm
Skip the delete index confirmation prompt
-r, --include-replicas
delete replica indices too
-w, --wait
wait for the operation to complete
⌘I