These commands will start/stop an instance.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/startinstance?instanceid=<InstanceID>"
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/stopinstance?instanceid=<InstanceID>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

instanceid

Integer

The ID of the instance to be started/stopped. The instance ID can be retrieved by running the listinstances command. For more information, refer to the List the Instances section.

Yes

Expected Output

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