v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Services

Scale instance count

Scale the service with the provided ID to a fixed number of instances.

Render ignores this value as long as autoscaling is enabled for the service.

post/services/{serviceId}/scale

Request body

numInstancesinteger required

Example request

{
  "numInstances": 3
}

Response

Service scaled successfully