Skip to content

Leoflow uninstall

leoflow uninstall

Remove the Leoflow installation (~/.leoflow).

Synopsis

uninstall removes the managed Leoflow home (~/.leoflow): the binaries, config, managed Python, Monaco assets, and local dev state. It does NOT remove your DAG workspace or your datastore (the managed Postgres data in ~/.leoflow/pgdata and this install's Docker volume) unless you pass --purge โ€” so a reinstall keeps your data. It asks for confirmation unless --yes is given. (To upgrade instead, just re-run install.sh โ€” it replaces the binaries and keeps your config.)

leoflow uninstall [flags]

Options

  -h, --help    help for uninstall
      --purge   also remove the DAG workspace and Docker datastore volumes (destructive)
      --yes     skip the confirmation prompt

Options inherited from parent commands

      --config string       config file path (default ~/.leoflow/config.yaml)
      --log-level string    log level: debug, info, warn, error
      --server-url string   control plane API base URL

SEE ALSO

  • leoflow - Leoflow is a GitOps-first, container-native workflow orchestrator.