CodeBilli Logo
CodeBilli

Uninstall

Remove CodeBilli and clean up resources.

Uninstall

Use these steps to stop the service, remove data, and disconnect GitHub.

1. Disable repos

  • Open Repos
  • Toggle Reviews to Off

2. Uninstall GitHub App

  • GitHub → Settings → Applications → Installed GitHub Apps
  • Select CodeBilli and click Uninstall

3. Stop local services

pkill -f "next dev"

4. Remove the project folder

rm -rf codebilli

5. Clean Supabase (optional)

  • Drop the Supabase project or remove tables manually
  • Remove webhook secrets and provider keys

On this page