cURL
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>" }
Triggers a restart of all pods for the specified application.
Please enter a valid personal API key.
Application restart was successfully triggered.
Was this page helpful?