Instance Reinstall
instance.reinstallReinstall a Minecraft server instance from a package URL to restore or update server files. Use confirm=true to execute or dry_run=true to preview changes.
Instructions
Reinstall an MCSManager instance from a package URL. 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. | |
| targetUrl | Yes | Package URL. | |
| title | Yes | Install task title. | |
| description | No | Install task description. | |
| 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 | |||