yc managed-mongodb cluster restore
Written by
Updated at July 24, 2025
Restore a MongoDB cluster from a backup.
Command Usage
Syntax:
yc managed-mongodb cluster restore [Flags...] [Global Flags...]
Flags
| Flag | Description |
|---|---|
--backup-id |
stringID of the backup to use for restoring a cluster. |
--name |
stringName for the restored cluster. |
--description |
stringDescription for the restored cluster. |
--environment |
stringEnvironment for the restored cluster. Supported values: 'production', 'prestable'. |
--recovery-target-timestamp |
intTimestamp of the moment to which the MongoDB cluster should be restored. Format: UNIX Epoch time (POSIX time). Example: '1600884000' is UNIX Epoch time for '2020-09-23T18:00:00+00:00'. |
--network-id |
stringNetwork id. |
--network-name |
stringNetwork name. |
--host |
PROPERTY=VALUE[,PROPERTY=VALUE...]Individual configurations for hosts that should be created for the MongoDB cluster being restored. Possible property names:
|
--labels |
key=value[,key=value...]A list of labels as key-value pairs to add for the cluster being restored. |
--folder-id |
stringID of folder where restored cluster will be created. |
--security-group-ids |
value[,value]A list of security groups for the MongoDB cluster. |
--disk-encryption-key-id |
stringID of the KMS key for cluster disk encryption. Empty input will remove the use of encryption. |
--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. |
--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. |
--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. |
--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-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. |