Docs Menu
Docs Home
/
MongoDB Atlas
/ /

Delete an Atlas Vector Search Index

On this page

  • Required Access
  • Supported Clients
  • Procedure

You can delete an Atlas Vector Search index at any time from the Atlas UI and the Atlas Administration API.

You must have the Project Search Index Editor or higher role to delete an Atlas Vector Search index.

You can delete an Atlas Vector Search index using the following:

  • Atlas UI

  • Atlas Administration API Remove One Atlas Search Index endpoint

  • Atlas CLI v1.14.3 atlas clusters search indexes delete command on both the cloud deployment and local deployment

  • mongosh v2.1.2 or later db.collection.createSearchIndex() method

← Create an Atlas Vector Search Index