> For the complete documentation index, see [llms.txt](https://docs.cortexlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortexlabs.com/0.40/clients/uninstall.md).

# Uninstall

## Uninstall (if installed with pip)

```bash
pip uninstall cortex
rm -rf ~/.cortex
```

## Uninstall (if installed without pip)

```bash
rm /usr/local/bin/cortex
rm -rf ~/.cortex
```
