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

# Uninstall

> Remove the plugin from your harness, sign out, and remove the command line tool.

Removal is three parts: take the plugin out of your harness, sign out, and remove the command line tool.

<Steps>
  <Step title="Remove the plugin">
    <Tabs>
      <Tab title="Claude Code">
        ```bash theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
        claude plugin uninstall nito@nito
        ```
      </Tab>

      <Tab title="Codex">
        ```bash theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
        codex plugin remove nito@nito
        ```
      </Tab>
    </Tabs>
  </Step>

  <Step title="Sign out">
    ```bash theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
    # Remove the local Nito credential from your keychain
    nito agent logout
    ```
  </Step>

  <Step title="Remove the command line tool">
    ```bash theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
    # Uninstall the nito binary
    npm uninstall -g nito-ai
    ```
  </Step>
</Steps>

<Note>
  This removes Nito from your machine. It does not delete your Nito account or stop any billing. Manage those from your account in the browser, see [Upgrade and Manage](/plans/upgrade-and-manage).
</Note>

## Related

<CardGroup cols={2}>
  <Card title="Update" icon="arrows-rotate" href="/get-started/update">
    Keep the tool and the plugin current.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/help/troubleshooting">
    Symptom-first fixes when something is not working.
  </Card>
</CardGroup>
