Skip to main content
GET
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
autoscaling
/
settings
Retrieves Autoscaler settings
curl --request GET \
  --url {schemes}://api.upsun.com/projects/{projectId}/environments/{environmentId}/autoscaling/settings \
  --header 'Authorization: Bearer <token>'
{
  "services": {}
}

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

Response

default - application/json

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

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

Last modified on April 10, 2026