Scaling
Scale Scalix Run services; status of the compute /scale endpoint
Scaling a Run service
For services you run on Scalix Run, set instance bounds via the CLI:
bash
scalix-cloud run scale <service-id> --min-instances 3 --max-instances 10Run services scale to zero when min-instances is 0 and scale back up on
demand.
The compute /scale endpoint
POST /v1/compute/deployments/{id}/scale belongs to the legacy
/v1/compute surface, which is not available yet — it currently returns
HTTP 501 with code COMPUTE_COMING_SOON and does not scale anything. Use
scalix-cloud run scale (above) or the /v1/run/services API instead.