scalix_run_scale
Change the autoscaling bounds of an existing Scalix Run service without redeploying it. Raising min_instances keeps instances warm (no cold starts, higher cost); min_instances 0 enables scale-to-zero when idle. Takes effect immediately. Find service IDs with scalix_run_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Service ID (from scalix_run_list) | |
| max_instances | No | New maximum instance count the service may scale up to | |
| min_instances | No | New minimum instance count (0 = scale-to-zero when idle) |