v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
AutoscalingSettings

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

mininteger required
maxinteger required

Example request

{
  "min": 1,
  "max": 10
}

Response

Autoscaling settings updated successfully.