BetaDeveloper
Uninstalling
Remove the SonarQube CLI binary, state, credentials, and integrations from your machine.
Step 1: Clear saved tokens from the keychain
sonar auth logoutStep 2: Remove the binary and PATH entry
rm -rf ~/.local/share/sonarqube-cliexport PATH="$HOME/.local/share/sonarqube-cli/bin:$PATH"Remove-Item -Recurse -Force "$env:LOCALAPPDATA\sonarqube-cli"Step 3: Remove CLI state and auxiliary binaries
rm -rf ~/.sonar/sonarqube-cliStep 4: Remove agent integrations
Step 5: Verify the removal
Related pages
Last updated
Was this helpful?

