Authorizations

Authorization
string
headerrequired

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Path Parameters

model_id
string
required

Body

application/json

A request to update autoscaling settings for a deployment. All fields are optional, and we only update ones passed in.

min_replica
integer | null

Minimum number of replicas

max_replica
integer | null

Maximum number of replicas

autoscaling_window
integer | null

Timeframe of traffic considered for autoscaling decisions

scale_down_delay
integer | null

Waiting period before scaling down any active replica

concurrency_target
integer | null

Number of requests per replica before scaling up

Response

200 - application/json

The response to a request to update autoscaling settings.

status
enum<string>
required

Status of the request to update autoscaling settings

Available options:
ACCEPTED,
QUEUED,
UNCHANGED
message
string
required

A message describing the status of the request to update autoscaling settings