> ## Documentation Index
> Fetch the complete documentation index at: https://resumecontext.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# uninstall

> Stop auto-sync and remove local state.

```bash theme={"theme":"nord"}
resumecontext uninstall
```

Stops the background service and deletes all local ResumeContext state from this
machine. Asks to confirm first.

<Note>
  **Local only.** Your projects and their archived history stay in the cloud and
  remain available to everyone with access, including you from another machine.
  To remove a project's history entirely, use
  [`projects delete`](/docs/cli/projects#delete).
</Note>

Afterwards you can remove the CLI itself:

```bash theme={"theme":"nord"}
npm uninstall -g resumecontext
```
