model_undeploy
Remove a whole Serve application and all its deployments. Use dry_run to preview before irreversible removal.
Instructions
[WRITE][risk=high] Tear down a whole Serve application (removes all deployments).
Irreversible without the original import path — pass dry_run=True to preview.
Args: application: Serve application name (from serve_deployment_list). dry_run: If True, preview without undeploying. target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| application | Yes |