Usage: octopize-deploy-tool uninstall [-h] [--app-root APP_ROOT] [--force]
                                      [--non-interactive] [--verbosity {1,2}]
                                      [--verbose]

Permanently and irreversibly remove this Avatar deployment. Stops and removes
all containers and Docker networks, deletes all Docker volumes (including the
database and uploaded files), and removes every deployment file
(generated_files/, .deployment_states/, user_config/). WARNING: all
configuration, secrets, database contents, and uploaded files are deleted and
CANNOT be recovered. You will be asked to confirm before anything is removed.
Pass --force to skip the prompt in automated/scripted contexts where intent is
confirmed out-of-band.

Options:
  -h, --help           show this help message and exit
  --app-root APP_ROOT  Deployment root directory (default: current directory)
  --force              Skip the confirmation prompt (for automated/scripted
                       use)
  --non-interactive    Run without prompting; requires --force to proceed
  --verbosity {1,2}    Verbosity level: 1=essential (default), 2=verbose
  --verbose            (Deprecated: use --verbosity 2) Enable verbose output
