v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Instance Controller

Restart Instance

Restarts the instance

put/instance/restart/{instance}

Path parameters

instancestring required

ID of the instance to connect

Response

Ok

Example response

{
  "instance": {
    "instanceName": "teste-docs",
    "state": "open"
  }
}