create_atlas_cluster
Automate the creation of a MongoDB Atlas cluster within an existing project by specifying project ID, cluster name, region, cloud provider, and instance size.
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). |