Teardown deployed infrastructure (terraform destroy)
Destroys deployed infrastructure using Terraform with safety confirmations and state backup.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-faber-cloud@fractary--env <environment> [--auto-approve]claude-haiku-4-5<ARGUMENT_SYNTAX>
This command follows the standard space-separated syntax:
--flag value (NOT --flag=value)# Correct ✅
/fractary-faber-cloud:teardown --env test
# Incorrect ❌
/fractary-faber-cloud:teardown --env=test
</ARGUMENT_SYNTAX>
Teardown deployed infrastructure in the specified environment.
/fractary-faber-cloud:teardown --env <environment> [options]
--env <environment> (required): Environment to destroy (test, staging, prod)--auto-approve (optional): Skip confirmation prompts (dangerous! Not allowed for production)# Teardown test environment (with confirmation)
/fractary-faber-cloud:teardown --env test
# Teardown with auto-confirmation (be careful!)
/fractary-faber-cloud:teardown --env test --auto-approve
Production Safety: Destroying production infrastructure requires multiple confirmations and cannot use --auto-approve flag.
State Backup: Terraform state is automatically backed up before destruction.
Verification: After destruction, verifies all resources are removed.
For production environments:
--auto-approve flag is rejectedFor test/staging environments:
--auto-approve flag used)--auto-approve flag presentDestruction automatically:
infrastructure/backups/docs/infrastructure/deployments.mdIf destruction fails:
This command invokes the infra-manager agent with operation="teardown".
USE AGENT: infra-manager with operation=teardown and environment from --env parameter