Skip to content

Update the scaling policy for an environment

PUT
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/scaling-policies

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

Example
test-org
application
required
string

The application ID

Example
test-app
environment
required
string

The environment ID

Example
test-env

Request Body required

object
metric
string
Allowed values: CPUUtilization MemoryUtilization RPS
targetValue
number
scaleInCooldownSeconds
integer
scaleOutCooldownSeconds
integer

Responses

200

The scaling policy for the environment