Documentation Index
Fetch the complete documentation index at: https://mongodb-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Billing happens at the organization level while preserving visibility into usage in each project.
- You can view all projects within an organization.
- You can use teams to bulk assign organization users to projects within the organization.
Create an Organization
When you create an organization, you are added as anOrganization Owner for the organization.
View all of your organizations.
- Expand the Organizations menu in the navigation bar.
- Click View All Organizations.
Click New Organization.
Enter the name for your organization.
Select Atlas and click Next.
You have the option of adding a new Cloud Manager organization or a new Atlas organization. For more information on Cloud Manager see the documentation.Add members.
- For existing Atlas users, enter their username. Usually, this is the email the person used to register.
- For new Atlas users, enter their email address to send an invitation.
Specify the access for the members.
(Optional) Disable the IP access list requirement for the Atlas Administration API.
When you create a new organization with the Atlas UI, Atlas requires IP access lists for the Atlas Administration API by default. If you require an IP access list, your Atlas Administration API keys can make API (Application Programming Interface) requests only from the location-based IP or CIDR (Classless Inter-Domain Routing) addresses that you specify in the IP access list.To disable the IP access list requirement and allow your Atlas Administration API keys to make requests from any address on the internet, toggle Require IP Access List for the Atlas Administration API to OFF.To learn more, see Optional: Require an IP Access List for the Atlas Administration API.Click Create Organization.
View Organizations
- Atlas CLI
- Atlas UI
To list all organizations using the Atlas CLI, run the following command:To return the details for the organization you specify using the Atlas CLI, run the following command:To learn more about the syntax and parameters for the previous commands, see the Atlas CLI documentation for atlas organizations list and atlas organizations describe.
Leave an Organization
To leave an organization, at least another user must exist as an Owner for the organization.View all of your organizations.
- Expand the Organizations menu in the navigation bar.
- Click View All Organizations.
Leave organization.
For the organization you wish to leave, click its Leave button to bring up the Leave Organization dialog box.Click Leave Organization in the Leave Organization dialog box.
Rename an Organization
You must have theOrganization Owner role for an organization to rename it.
In Atlas, go to the Organization Settings page.
- If it’s not already displayed, select your desired organization from the Organizations menu in the navigation bar.
- In the sidebar, click Organization Settings.
Click next to the organization name.
enter the new name for the organization.
click Save.
Delete an Organization
- Atlas CLI
- Atlas UI
To delete an organization using the Atlas CLI, run the following command:To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas organizations delete.