autoscale_config_update
Update autoscaling parameters for a deployment: adjust min/max replicas and concurrency target without redeployment, with rollback capability.
Instructions
[WRITE][risk=medium] Live-tune autoscale bounds without a redeploy (reversible).
Args: application: Serve application name. deployment: Deployment name. min_replicas: New floor (omit to leave unchanged). max_replicas: New ceiling (omit to leave unchanged). target_ongoing_requests: New per-replica concurrency target (omit to leave). target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| deployment | Yes | ||
| application | Yes | ||
| max_replicas | No | ||
| min_replicas | No | ||
| target_ongoing_requests | No |