Shut Down/Reboot the Multi-Tenant LoadMaster
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
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>