Docs Menu
Docs Home
/
MongoDB Atlas
/ / /

Clear Schema

On this page

  • Clear a Schema Using the Atlas UI
  • In Atlas, go to the Clusters page for your project.
  • Navigate to Manage SQL Schemas page.
  • Clear the schema.
  • Clear All Schemas Using the Atlas UI
  • In Atlas, go to the Clusters page for your project.
  • Navigate to Manage SQL Schemas page.
  • Clear all schemas.
  • Clear Schema Using the Atlas CLI
1
  1. If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it is not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If the Clusters page is not already displayed, click Database in the sidebar.

2

From the Data Federation menu, click Manage SQL Schemas.

3
  1. For the schema you want to delete, click the .

  2. Press Clear....

  3. Press Clear schema to confirm.

1
  1. If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it is not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If the Clusters page is not already displayed, click Database in the sidebar.

2

From the Data Federation menu, click Manage SQL Schemas.

3
  1. Click in the top right corner.

  2. Press Clear all schemas.

  3. Press Clear all schemas again to confirm.

To delete schema using the Atlas CLI, see Delete Schema Example.

← Schedule Schema Updates