Instance Controller
Restart Instance
Restarts the instance
put/instance/restart/{instance}
Path parameters
instancestring required
Name of the instance to restart
Response
Ok
Example response
{
"instance": {
"instanceName": "teste-docs",
"state": "open"
}
}