Skip to main content
Usage
algolia indices copy <source-index> <destination-index> [flags]

Examples

Copy the records, settings, synonyms, and rules from the β€œSERIES” index to the β€œMOVIES” index:
algolia indices copy SERIES MOVIES
Copy only the synonyms of the β€œSERIES” to the β€œMOVIES” index:
algolia indices copy SERIES MOVIES --scope synonyms
Copy the synonyms and rules of the index β€œSERIES” to the β€œMOVIES” index:
algolia indices copy SERIES MOVIES --scope synonyms,rules

Flags

-y, --confirm
Skip confirmation prompt
-s, --scope
Scope to copy: settings, synonyms, rules, or all (default)
-w, --wait
Wait for the operation to complete
⌘I