Skip to main content
POST
/
apps
/
{appId}
/
restart
Restart Application
curl --request POST \
  --url https://api.bunny.net/mc/apps/{appId}/restart \
  --header 'AccessKey: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

AccessKey
string
header
required

Please enter a valid personal API key.

Path Parameters

appId
string
required

Response

Application restart was successfully triggered.