Skip to main content
PUT
/
instance
/
restart
/
{instance}
Restart Instance
curl --request PUT \
  --url https://api.botifiy.com/instance/restart/{instance} \
  --header 'apikey: <api-key>'
{
  "instance": {
    "instanceName": "<string>",
    "state": "<string>"
  }
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance to restart

Response

Ok

instance
object