Docs Menu
Docs Home
/
MongoDB Atlas
/ / /

Clear Schema

On this page

  • Delete a Schema Using the Atlas UI
  • In Atlas, go to your federated database instance for your project.
  • Navigate to Manage SQL Schemas page.
  • Delete the schema.
  • Delete All Schemas Using the Atlas UI
  • In Atlas, go to your federated database instance for your project.
  • Navigate to Manage SQL Schemas page.
  • Delete all schemas.
  • Delete Schema Using mongosh
1
  1. If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.

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

  3. In the sidebar, click Data Federation under the Services heading.

    The Data Federation page displays.

2

From the Federated Database Instances section, click the icon to the right of the schema, and then select Manage SQL Schemas from the dropdown.

Here you can view all existing Atlas SQL schemas.

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

  2. Click Clear....

  3. Click Clear schema to confirm.

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

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

  3. In the sidebar, click Data Federation under the Services heading.

    The Data Federation page displays.

2

From the Federated Database Instances section, click the icon to the right of the schema, and then select Manage SQL Schemas from the dropdown.

Here you can view all existing Atlas SQL schemas.

3
  1. Click in the top right corner.

  2. Click Clear all schemas.

  3. Click Clear all schemas again to confirm.

To delete a schema using mongosh, see Delete Schema Example.

Back

Schedule Updates