cURL
curl --request POST \ --url https://api.bunny.net/mc/apps/{appId}/pods/{podId}/recreate \ --header 'AccessKey: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Recreate a pod, deleting previous one.
Please enter a valid personal API key.
Pod reset was successfully triggered.
Was this page helpful?