v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
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"
  }
}