tofupilot uninstall

Last updated on May 21, 2026

The uninstall command removes the CLI binary and, by default, every local data file, including queued uploads, pulled deployments, and cached config.

uninstall
tofupilot uninstall

--keep-data

The --keep-data flag preserves run data, queued uploads, and pulled deployments, which is useful before reinstalling.

keep data
tofupilot uninstall --keep-data

--yes

The --yes flag skips the confirmation prompt, so you can use it in CI.

ci uninstall
tofupilot uninstall --yes

See also

  • CLI: the CLI in development mode.
  • Station: the CLI in factory mode.
  • REST API: the HTTP surface behind every resource subcommand.

How is this guide?

On this page