- Reference >
mongoShell Methods >- Collection Methods >
- db.collection.dropIndexes()
db.collection.dropIndexes()¶
-
db.collection.dropIndexes()¶ Drops all indexes other than the required index on the
_idfield. Only calldropIndexes()as a method on a collection object.
Warning
This command obtains a write lock on the affected database and will block other operations until it has completed.