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.
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>"
}Was this page helpful?