Manage Serverless Instances
Use the following resources to configure and manage your Serverless instances.
Required Access
To view or update your Serverless instances, you must have
Project Read Only
access or higher to the project.
View Your Serverless Instances
To list all serverless instances in the project you specify using the Atlas CLI, run the following command:
atlas serverless list [options]
To return the details for the serverless instance you specify using the Atlas CLI, run the following command:
atlas serverless describe <instanceName> [options]
To learn more about the syntax and parameters for the previous commands, see the Atlas CLI documentation for atlas serverless list and atlas serverless describe.
To view all Serverless instances in the Atlas UI, see View All Cloud Clusters. To view the details for a Serverless instance, see View Cluster Details.
Update Your Serverless Instance
To update one serverless instance in the project you specify using the Atlas CLI, run the following command:
atlas serverless update <instanceName> [options]
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas serverless update.
You can manage Serverless instances in the following ways:
Action | Description |
---|---|
Configure backup for your Serverless instance. | |
Add tags, view existing tags, and manage tags. IMPORTANT: Don't include sensitive information such as Personally Identifiable Information (PII) or Protected Health Information (PHI) in your resource tags. Other MongoDB services, such as Billing, can access resource tags. Resource tags are not intended for private and sensitive data. To learn more, see Sensitive Information. | |
Terminate an existing Serverless instance. |