Skip to main content
POST
Scale app service

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Path Parameters

service_id
string
required

App service ID (UUID) or short id (the service_id field)

Body

application/json
replicas
integer
autoscaling_set
boolean

Set true to apply the autoscaling fields

autoscaling_enabled
boolean
min_replicas
integer
max_replicas
integer
autoscaling_metric
string
autoscaling_target
integer
scale_to_zero
boolean

Response

Updated service

success
boolean
service
object

An app service on the Raff PaaS — a web service, private service, worker, cron job, or one-off job.

Last modified on August 26, 2026