deployment_redeploy
Force a deployment to re-apply new config immediately; use dry_run to preview without dropping requests.
Instructions
[WRITE][risk=high] Force a deployment to re-apply new config.
Applies the new config immediately and can drop unfinished requests — pass dry_run=True to preview.
Args: application: Serve application name. deployment: Deployment name within the application. dry_run: If True, preview without redeploying. 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 |