cURL
curl --request POST \ --url https://api.bunny.net/mc/apps/{appId}/undeploy \ --header 'AccessKey: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Undeploys an application, stopping all running instances.
Please enter a valid personal API key.
Application was successfully undeployed.
Was this page helpful?