CLI Commands
teardown
Remove an environment completely
Teardown Command
The teardown
command completely removes an environment and its resources.
Usage
Description
The teardown command performs a complete removal of an environment, including:
- All deployed resources
- Configuration settings
- State information
- Associated data
This is more comprehensive than the destroy
command as it removes the environment itself.
Arguments
environment
: Name of the environment to tear down
Flags
--force
: Skip confirmation prompts--timeout
: Maximum time to wait for teardown
Examples
Safety Considerations
- This operation is irreversible
- Always verify the environment name
- Take backups if needed
- Be cautious with production environments
Related Commands
destroy
: Remove specific resources from an environmentenvironment
: Manage environments