ncloud_serverless_create_cluster
Create a Cloud DB Serverless MySQL cluster with configurable network, engine version, backup, high availability, and auto-scaling. Use dryRun=true to preview settings before provisioning.
Instructions
Create a Cloud DB Serverless (MySQL) cluster (POST /mysql/v1/clusters → 202 Operation). Without autoScale the cluster is pinned to unit.max. engineVersion from ncloud_serverless_list_engine_versions. Use dryRun=true to preview (password is masked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cluster name (3-30 chars, lowercase letters/digits/'-', no leading or trailing '-'; immutable after creation) | |
| unit | Yes | ||
| dryRun | No | If true, returns a preview without creating | |
| network | Yes | ||
| autoScale | No | ||
| multiZone | Yes | true = place replicas in the backup zone | |
| storageType | No | Storage type (only CB2) | CB2 |
| backupConfig | Yes | ||
| engineVersion | Yes | Engine version (e.g. 8.4.5) | |
| initialDatabase | Yes | ||
| highAvailability | Yes | Automatic failover |