Restart a Region

restartregion (Commands)
TypeCorrade progressive command
Commandrestartregion
DescriptionRestart the current region.
Permissionsland
Parametersgroup, password, action
Last Changesnone
Command Required Parameters Required Corrade Permissions Example
restartregion group, password, action land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "restartregion",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "action", "restart"
        ]
    )
);
Parameter Possible Values Description
action restart Schedules a region restart.
cancel Cancels a pending region restart.
Optional Parameter Possible Value Description
delay An integer. The number of seconds to wait before restarting a region. If this parameter is not specified, then a delay of 120 seconds will be assumed.