finnest undeploy
Tear down a deployment target’s compute while keeping its data.
Preview compute teardown while retaining managed data on AWS or Azure; apply proceeds only when every safety check is ready.
Examples
bash
finnest undeploy --cloud=aws --environment=sandbox --previewbash
finnest undeploy --cloud=azure --environment=sandbox --previewbash
finnest down --cloud=azure --environment=sandbox --previewOptions
--cloud <cloud>— Target cloud for setup, deploy, and diagnostics.--environment <environment>— Target environment: sandbox or prod.--region <region>— Target cloud region or Azure location.--config <path>— Path to an explicit Finnest TOML configuration file.--preview— Preview runtime changes without applying them.--apply— Apply runtime changes in explicit mutating mode.--yes— Approve a mutating operation.--confirm-target <stack-pair>— Confirm the exact deployment stack pair for destructive apply.--runtime-source <path>— Finnest runtime bundle source directory.--json— Emit a schema-versioned JSON envelope to stdout.--output <format>— Select text, json, or ndjson output.--no-color— Disable ANSI color without changing the output content mode.--no-evidence— Do not write .finnest run evidence.--verbose— Enable debug-level diagnostics.