ncloud_serverless_update_config
Update MySQL cluster configuration parameters; use dryRun to preview and applyWithoutRestart=false to allow non-dynamic parameters with a restart.
Instructions
Change DB parameters (PATCH /mysql/v1/clusters/{clusterName}/config, merge-patch → 202 Operation). applyWithoutRestart defaults to TRUE here (the API default is false = DB restart); with true, non-dynamic parameters are rejected with 400 — set applyWithoutRestart=false to accept a restart. Use dryRun=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| parameters | Yes | Parameter name → value (strings) | |
| clusterName | Yes | Cluster name (3-30 chars, lowercase letters/digits/'-', no leading or trailing '-'; immutable after creation) | |
| applyWithoutRestart | No | true (tool default) = only dynamic parameters, no restart; false = allow non-dynamic parameters, the DB restarts |