curl --request GET \
--url https://api.bunny.net/mc/apps/{appId}/autoscaling \
--header 'AccessKey: <api-key>'{
"min": 1,
"max": 10
}Retrieves the current autoscaling settings for an application, including minimum and maximum replica counts.
curl --request GET \
--url https://api.bunny.net/mc/apps/{appId}/autoscaling \
--header 'AccessKey: <api-key>'{
"min": 1,
"max": 10
}Please enter a valid personal API key.
The ID of the application
Was this page helpful?