rack uninstall
Uninstall a Rack. This permanently removes all Rack infrastructure including clusters, networking, and storage. Use --force for non-interactive use to skip the confirmation prompt.
Syntax
$ convox rack uninstall <type> <name>
Flags
| Flag | Short | Description |
|---|---|---|
--force |
-f |
Force uninstall (required for non-interactive use) |
Example Usage
$ convox rack uninstall aws production
Uninstalling Rack production...
This will permanently destroy all infrastructure. Are you sure? (y/n): y
Deleting EKS cluster...
Deleting VPC...
Deleting IAM resources...
Rack production uninstalled successfully