Agent integrations
Uninstall
Remove Pax editor integrations and project state without deleting your source code.
Uninstall Pax when you want a clean project or need to remove agent integrations. Pax only deletes files and config blocks it owns.
What you will learn
- Instruction blocks between Pax markers are removed
- User content outside markers is retained
.pax/removal requires explicit--yes- Reversible: run
paxfx initagain anytime
Remove editor integrations
paxfx integrations status
paxfx uninstall integrations --yesRemoves MCP server entries and Pax-owned sections from AGENTS.md, Cursor rules, and similar host files. Backups live in .pax/backups/ when init merged into existing files.
Remove project state
paxfx uninstall pax --yesDeletes .pax/ and related manifest entries. Does not remove blocks or effects you already copied into components/.
Verify cleanup
paxfx integrations status
ls -la .pax 2>&1 || echo "No .pax directory"Expected result
Integrations status shows nothing installed. .pax/ is absent unless you skipped project uninstall. Your application source is unchanged.
What stays
| Item | After uninstall |
|---|---|
| Copied blocks/effects in your repo | Kept |
| Lines you added to AGENTS.md outside markers | Kept |
.pax/backups/ | Kept until you delete manually |
| npm dependencies you added for Pax | Kept; remove manually if desired |
Reinstall
paxfx init --yes
paxfx install cursor
paxfx protocol installSee Installation and Agents overview.
Related
Was this page helpful?
Answers are not recorded or transmitted. Pax has no telemetry.