Authorizations
Your authorization key header
Path Parameters
Name of the instance to restart
Response
Ok
curl --request PUT \
--url https://{server-url}/instance/restart/{instance} \
--header 'apikey: <api-key>'{
"instance": {
"instanceName": "teste-docs",
"state": "open"
}
}curl --request PUT \
--url https://{server-url}/instance/restart/{instance} \
--header 'apikey: <api-key>'{
"instance": {
"instanceName": "teste-docs",
"state": "open"
}
}Your authorization key header
Name of the instance to restart
Ok
Show child attributes