Update autoscaling config
render_autoscale_serviceUpdate autoscaling settings for a Render service by defining instance limits and CPU/memory targets that trigger scaling.
Instructions
Update autoscaling config. Update the autoscaling config for the service with the provided ID. Calls PUT /services/{serviceId}/autoscaling on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | Yes | The maximum number of instances for the service | |
| min | Yes | The minimum number of instances for the service | |
| enabled | Yes | ||
| criteria | Yes | ||
| serviceId | Yes | The ID of the service |