# getstream uninstall

{/*cli-reference: generated by scripts/cli-reference.mjs from `getstream uninstall --help` (Stream CLI 0.0.0-local). Edit only inside the custom blocks; everything else is overwritten on the next run.*/}

Remove the Stream CLI from this device: the binary and the global state
and config files. Per-project files are kept as-is.

{/*custom:intro*/}
{/*/custom:intro*/}

```sh
getstream uninstall [flags]
```

## Flags

| Flag          | Description                                    |
| ------------- | ---------------------------------------------- |
| `-f, --force` | uninstall without confirmation                 |
| `--prune`     | also remove the skills, docs, and other caches |

## Global flags

| Flag        | Description                               |
| ----------- | ----------------------------------------- |
| `--verbose` | print API requests and full error details |

{/*custom:notes*/}
{/*/custom:notes*/}

---

For the most recent version of this documentation, visit [https://getstream.io/cli/docs/commands/uninstall/](https://getstream.io/cli/docs/commands/uninstall/).