frankendeploy app remove

frankendeploy app remove

Remove a deployed application

Synopsis

Removes a deployed application and its associated containers.

This command removes:

  • Main app container
  • Worker container (if exists)
  • Database container (if managed)
  • App directory and releases
  • Caddy configuration
  • Docker images

By default, all data volumes are also removed. Use —keep-data to preserve database volumes for potential recovery or migration.

Examples: frankendeploy app remove production my-app —force frankendeploy app remove production my-app —force —keep-data

frankendeploy app remove <server> <app> [flags]

Options

  -f, --force       Force removal without confirmation
  -h, --help        help for remove
      --keep-data   Keep database volumes and persistent data

Options inherited from parent commands

      --config string   Config file (default: frankendeploy.yaml)
  -v, --verbose         Show detailed logs
  -y, --yes             Skip confirmations (CI/CD mode)

SEE ALSO

Auto generated by spf13/cobra on 20-Apr-2026