Development model deployment
Updates a development deploymentβs autoscaling settings and returns the update status.
Authorizations
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Path Parameters
Body
A request to update autoscaling settings for a deployment. All fields are optional, and we only update ones passed in.
Minimum number of replicas
0
Maximum number of replicas
7
Timeframe of traffic considered for autoscaling decisions
600
Waiting period before scaling down any active replica
120
Number of requests per replica before scaling up
2
Response
The response to a request to update autoscaling settings.
Status of the request to update autoscaling settings
ACCEPTED
, QUEUED
, UNCHANGED
A message describing the status of the request to update autoscaling settings
Was this page helpful?