Instance Update Config Patch
instance.update_config_patchModify Minecraft server configuration by applying partial updates to instance settings. Use confirm=true for high-risk changes or dry_run=true to preview modifications.
Instructions
Read the current MCSManager instance config, deep-merge a patch, and update it. Requires confirm=true or dry_run=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daemonId | No | MCSManager daemon id. Uses MCSM_DEFAULT_DAEMON_ID if omitted. | |
| uuid | No | MCSManager instance UUID. Uses MCSM_DEFAULT_INSTANCE_UUID if omitted. | |
| patch | Yes | Partial InstanceConfig patch. | |
| confirm | No | Required true for high-risk operations. | |
| dry_run | No | Return a preview without executing the operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||