impreza_uninstall_deployment
Uninstall a deployment by its deployment ID, with an option to purge data volumes. Idempotent—succeeds even if already removed.
Instructions
Uninstall a deployment (catalog or custom) by deployment_id. Set purge_data: true to also wipe the deployment's data volume. Idempotent — calling on an already-uninstalled deployment is a no-op success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purge_data | No | Wipe the data volume too. Default false. | |
| deployment_id | Yes | The dpl_... id to remove. |