The commands below can be used to shut down and reboot the Multi-Tenant LoadMaster.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/shutdown"
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/reboot"
Note: If the shutdown command is run, the Multi Tenancy machine will need to be powered back on to regain access.

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="OK">
<Success>Command completed ok</Success>
</Response>