Skip to main content

FlowCtl Uninstall Command

The uninstall command removes the FlowSynx system from the current user's profile and the local machine environment.
It deletes all FlowSynx binaries, configuration data, cached credentials, and supporting files, ensuring a clean decommissioning of the installation.

Use this command when deprovisioning a workstation, reclaiming disk space, or performing a full reinstallation.

Usage

flowctl uninstall [options]

Executes a complete uninstallation of FlowSynx for the current user.

Options

ShortLongRequiredDescription
-f--forceNoForcefully terminates all running FlowSynx processes before uninstallation. Default: False.
-?, -h--helpNoDisplays usage information and available options for the uninstall command.

Examples

Standard Uninstall
flowctl uninstall

Performs a graceful uninstall. If the FlowSynx system is running, the command will prompt you to stop it before proceeding.

Forceful Uninstall
flowctl uninstall --force

Immediately stops any running FlowSynx processes and removes all related files without additional confirmation prompts.