Skip to main content
POST
Updates Autoscaler settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

A string that uniquely identifies the project

environmentId
string
required

A string that uniquely identifies the project environment

Body

application/json

Settings to update

Update model for autoscaling settings.

This model is mainly used for partial updates (PATCH), therefore all its attributes are optional.

services
Services · object | null

Each service for which autoscaling is configured is listed in the key

Response

200 - application/json

Updated Autoscaler settings

Update model for autoscaling settings.

This model is mainly used for partial updates (PATCH), therefore all its attributes are optional.

services
Services · object | null

Each service for which autoscaling is configured is listed in the key

Last modified on June 16, 2026