ncloud_serverless_restore_cluster
Restore a Cloud DB Serverless cluster from a backup (original or imported). Provide backup name, admin credentials, and cluster configuration to create a new cluster with chosen scaling, network, and high-availability settings.
Instructions
Create a NEW Cloud DB Serverless cluster from a backup (POST /mysql/v1/clusters/restore → 202 Operation). source.type BACKUP needs originalClusterName + backupName (from ncloud_serverless_list_backups); IMPORTED_BACKUP needs backupName (imported backup name) + adminUserName + adminPassword. No point-in-time restore. Use dryRun=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the cluster to create | |
| unit | Yes | ||
| dryRun | No | If true, returns a preview without restoring | |
| source | Yes | ||
| network | Yes | ||
| autoScale | No | ||
| multiZone | Yes | ||
| backupConfig | Yes | ||
| highAvailability | Yes |