Update model deployment autoscaling settings
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
application/json
A request to update autoscaling settings for a deployment. All fields are optional, and we only update ones passed in.
Timeframe of traffic considered for autoscaling decisions
Number of requests per replica before scaling up
Maximum number of replicas
Minimum number of replicas
Waiting period before scaling down any active replica
Response
200 - application/json
The response to a request to update autoscaling settings.
A message describing the status of the request to update autoscaling settings
Status of the request to update autoscaling settings
Available options:
ACCEPTED
, QUEUED
, UNCHANGED
Was this page helpful?