Skip to content

Delete Scaling Policy

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

Deletes a specific scaling policy for the environment. Specify the metric type or policy name to delete a single policy. If neither is provided, all policies will be deleted.

Authorizations

Parameters

Path Parameters

organisation
required
string
application
required
string
environment
required
string

Query Parameters

metric
string
Allowed values: CPUUtilization MemoryUtilization RPS

Optional. Delete by metric type.

policyName
string

Optional. Delete by exact policy name.

Responses

204

Scaling policy deleted successfully.