create_atlas_cluster
Deploy a new MongoDB Atlas cluster in a specified project by defining the cluster name, cloud provider, region, and instance tier for an optimized database setup.
Instructions
Creates a new Atlas cluster in an existing Atlas project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cloudProvider | Yes | The cloud provider (e.g., AWS, GCP, AZURE). | |
clusterName | Yes | The name of the cluster to create. | |
projectId | Yes | The ID of the Atlas project. | |
region | Yes | The cloud provider region to deploy the cluster in. eg. US_EAST_1 | |
tier | Yes | The instance size (e.g., M0, M2, M5). |