- Unlink the replica index from its primary. This turns the replica into a regular index.
- Delete the (former) replica index.
Unlink replica indices with the API
To unlink a replica index from its primary index, remove it from thereplicas
setting of the primary index,
using the setSettings
method:
If want to keep other replicas, don’t remove them from the
replicas
setting. If you set replicas
to an empty string or list, all replicas will be unlinked.