Uninstall the Coolify CLI
Uninstalling the CLI removes the local coolify command. It does not remove your Coolify instance or any applications, databases, services, servers, or other resources managed through Coolify.
Remove the CLI
Use the method that installed the binary.
Remove an install-script binary
For a global installation:
sudo rm /usr/local/bin/coolifyFor a user installation:
rm ~/.local/bin/coolifyVerify binary removal
Open a new terminal, then run:
coolify versionThe shell should report that coolify is not a recognized command. If it still runs, inspect the resolved path with command -v coolify on Linux or macOS, or Get-Command coolify in PowerShell, and remove the remaining installation through its owning method.
Optionally delete saved contexts
The CLI configuration contains every saved Coolify URL and API token. Copy any context details you still need before deleting the file. Removing the file does not revoke its API tokens in Coolify.
Delete the configuration only if you no longer need the saved contexts.
Delete the Linux or macOS configuration
rm ~/.config/coolify/config.jsonRevoke tokens you no longer use under Keys & Tokens > API Tokens in each affected Coolify team. Deleting the local file alone leaves those tokens valid.
