Skip to main content

Remove AITrax tracking

Use this guide to remove AITrax tracking settings. You'll preview what would be removed, then run the removal.

  • Deployment: SaaS, On-premises

Uninstall removes only AITrax-owned setup surfaces. It does not remove your repository content or unrelated configuration. The --dry-run preview works before you run it for real.

1. Preview the removal

Run the removal with --dry-run, which reports planned removals without changing files or signaling monitors:

Terminal
$ aitrax uninstall system --dry-run
▸ User-level configuration   29 would remove
✓ Done · 29 would remove, 6 unchanged · 1ms

The changed and unchanged counts reflect what setup previously configured on that machine, so your own output will show different numbers. An unchanged count covers surfaces uninstall inspected and will leave alone: settings AITrax does not own, or files that are already absent. Review the reported paths before continuing. Add --verbose for a per-file report.

2. Remove the user-level settings

aitrax uninstall system

To keep cached binaries so a later reinstall does not download them again, add --keep-cache.

3. Confirm removal

aitrax setup check

system reports as not configured.

To confirm the background monitor process is gone as well as the configuration, check the process list. On macOS and Linux, pgrep -f "aitrax --monitor" prints nothing when no monitor is running; on Windows, Get-Process aitrax* reports no matching process.

If this doesn't fix it

Contact support with all of the following:

  • The verbatim command you ran and its complete output.
  • The output of aitrax uninstall system --dry-run.
  • The output of aitrax doctor, the local diagnostic report described in the AITrax CLI reference.