v1
latestOpenAPI 3.0.42026-07-26263457588.1 KBAutoscalingSettings
Update Application Autoscaling
Updates the autoscaling settings for an application, including minimum and maximum replica counts.
put/apps/{appId}/autoscaling
Path parameters
appIdstring required
The ID of the application
Request body
Example request
{
"min": 1,
"max": 10
}Response
Autoscaling settings updated successfully.