finnest destroy
Preview or destroy a deployment target, including its data.
Examples
bash
finnest destroy --cloud=aws --environment=sandbox --previewbash
finnest destroy --cloud=aws --environment=sandbox --apply --yes --confirm-target=aws-sandboxbash
finnest destroy --cloud=azure --environment=sandbox --apply --yes --confirm-target=azure-sandboxOptions
--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.