cURL
curl --request POST \ --url https://api.bunny.net/mc/apps/{appId}/deploy \ --header 'AccessKey: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Deploys an application, making it active and running.
Please enter a valid personal API key.
Application was successfully deployed.
Was this page helpful?