yc managed-mongodb cluster create
Written by
Updated at July 24, 2025
Create a MongoDB cluster.
Command Usage
Syntax:
yc managed-mongodb cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
| Flag | Description |
|---|---|
--name |
stringName of the cluster. |
--description |
stringDescription of the cluster. |
--environment |
stringEnvironment to deploy the cluster in. Supported values: 'production', 'prestable'. |
--network-id |
stringNetwork id. |
--network-name |
stringNetwork name. |
--host |
PROPERTY=VALUE[,PROPERTY=VALUE...]Individual configurations for hosts that should be created with the MongoDB cluster. Possible property names:
|
--user |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of database users to be created with the MongoDB cluster. Possible property names:
|
--database |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of databases to be created with the MongoDB cluster. Possible property names:
|
--disk-size-autoscaling |
PROPERTY=VALUE[,PROPERTY=VALUE...]Disk size autoscaling settings Possible property names:
|
--mongodb-version |
stringVersion of MongoDB used by the cluster. Supported value: 5.0, 6.0, 7.0 |
--backup-window-start |
timeofdayStart time for the daily backup in UTC timezone. Format: HH:MM:SS |
--backup-retain-period-days |
intRetain period of automatically created backup in days. |
--performance-diagnostics |
Enable or disable performance diagnostics |
--datalens-access |
Allow access for DataLens |
--websql-access |
Allow access for Web SQL |
--datatransfer-access |
Allow access for DataTransfer |
--mongod-resource-preset |
stringResource preset for computational resources available to mongodb host with corresponding role (CPU, RAM etc.). |
--mongod-disk-size |
byteSizeVolume of the storage available to mongodb host with corresponding role in GB. |
--mongod-disk-type |
stringStorage type for mongodb host with corresponding role. |
--mongoinfra-resource-preset |
stringResource preset for computational resources available to mongodb host with corresponding role (CPU, RAM etc.). |
--mongoinfra-disk-size |
byteSizeVolume of the storage available to mongodb host with corresponding role in GB. |
--mongoinfra-disk-type |
stringStorage type for mongodb host with corresponding role. |
--mongocfg-resource-preset |
stringResource preset for computational resources available to mongodb host with corresponding role (CPU, RAM etc.). |
--mongocfg-disk-size |
byteSizeVolume of the storage available to mongodb host with corresponding role in GB. |
--mongocfg-disk-type |
stringStorage type for mongodb host with corresponding role. |
--mongos-resource-preset |
stringResource preset for computational resources available to mongodb host with corresponding role (CPU, RAM etc.). |
--mongos-disk-size |
byteSizeVolume of the storage available to mongodb host with corresponding role in GB. |
--mongos-disk-type |
stringStorage type for mongodb host with corresponding role. |
--labels |
key=value[,key=value...]A list of cluster labels as key-value pairs. |
--security-group-ids |
value[,value]A list of security groups for the MongoDB cluster. |
--deletion-protection |
Deletion Protection inhibits deletion of the cluster. |
--disk-encryption-key-id |
stringID of the KMS key for cluster disk encryption. |
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
| Flag | Description |
|---|---|
--profile |
stringSet the custom configuration file. |
--debug |
Debug logging. |
--debug-grpc |
Debug gRPC logging. Very verbose, used for debugging connection problems. |
--no-user-output |
Disable printing user intended output to stderr. |
--retry |
intEnable gRPC retries. By default, retries are enabled with maximum 5 attempts. Pass 0 to disable retries. Pass any negative value for infinite retries. Even infinite retries are capped with 2 minutes timeout. |
--cloud-id |
stringSet the ID of the cloud to use. |
--folder-id |
stringSet the ID of the folder to use. |
--folder-name |
stringSet the name of the folder to use (will be resolved to id). |
--endpoint |
stringSet the Cloud API endpoint (host:port). |
--token |
stringSet the OAuth token to use. |
--impersonate-service-account-id |
stringSet the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
stringSet the output format: text (default), yaml, json, json-rest. |
--jq |
stringQuery to select values from the response using jq syntax |
-h,--help |
Display help for the command. |