scale_replicas_up
Scale up a deployment's replica count, with dry-run option to preview without executing.
Instructions
[WRITE][risk=medium] Raise a deployment's replica count (reversible → prior).
Pass dry_run=True to preview: it reads the deployment's current count, so the preview reports the real from→to rather than only the requested target — and it fails here, not mid-write, if the deployment does not exist.
Args: application: Serve application name. deployment: Deployment name. num_replicas: New (higher) replica count. dry_run: If True, preview without scaling. target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| deployment | Yes | ||
| application | Yes | ||
| num_replicas | Yes |