Home > Back-end >  I am new in mongoDB Atlas, and i wanted to now that how I can delete my MongoDB Atlas Project
I am new in mongoDB Atlas, and i wanted to now that how I can delete my MongoDB Atlas Project

Time:10-16

When I click delete button it shows an:

Error Message : "Project Name" has running Atlas clusters. All Atlas clusters need to be terminated before the project can be deleted. As Shown in picture below :

enter image description here

CodePudding user response:

Here is what I found in the screenshot

screenshot

CodePudding user response:

It's really easy. You just need to terminate the cluster before deleting the project. Follow these steps:

  1. Click three dots (as seen on the picture) and then click "Terminate".
  2. Click on the leaf on the top left side.
  3. Then you can delete the project.

screenshot

  • Related