Skip to content
NZT

Installation

Uninstall NZT

How to uninstall NZT from Claude Code and Codex CLI. It removes only what its manifest lists and keeps your own content in CLAUDE.md and AGENTS.md intact.

NZT uninstalls completely: it removes only what its manifest lists.

With one command

It removes NZT from every provider where it is installed. Paste it into PowerShell:

irm https://nzt-ai.com/nzt/uninstall.ps1 | iex
One-command install is coming soon. The command below is an example: its address does not exist yet.

With the CLI

To uninstall from a single provider:

nzt uninstall --provider claude-code
nzt uninstall --provider codex

Add --dry-run to simulate without touching anything. More details in the CLI reference.

What gets removed

  • Only what the CLI installed, according to its manifest.
  • In CLAUDE.md and AGENTS.md, only the block between <!-- nzt:start --> and <!-- nzt:end -->. Your own content stays as it was.

Where the manifests live

System Path
Windows %LOCALAPPDATA%/nzt/manifests
Linux and macOS ~/.local/share/nzt/manifests