uninstall
Remove Flywheel MCP entries and bundled skills from selected hosts
Reference for flywheel uninstall.
Command Group
Setup Commands
Summary
Remove Flywheel MCP entries and bundled skills from selected hosts
Usage
flywheel uninstall [FLAGS]Required flags
None.
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--claude | Uninstall for Claude Code | |||
--cursor | Uninstall for Cursor | |||
--universal | Uninstall bundled skills from .agents/skills | |||
--antigravity | Uninstall bundled skills from .agent/skills | |||
--opencode | Uninstall for OpenCode | |||
--codex | Uninstall for Codex | |||
--gemini | Uninstall for Gemini CLI | |||
--pi-mono | Uninstall for Pi (pi-mono) | |||
--hermes-agent | Uninstall for Hermes Agent | |||
--openclaw | Uninstall for OpenClaw | |||
--hosts | LIST | Comma-separated host list | ||
--scope | SCOPE | all, global, project | all | global | project | |
--name | NAME | MCP server name to remove | ||
-y, --yes | Skip uninstall selection prompts |
Examples
Uninstall Codex project-scope artifacts
npx --yes @paradigma-inc/flywheel uninstall --codex --scope projectUninstall selected hosts across all scopes
npx --yes @paradigma-inc/flywheel uninstall --hosts claude,codex --scope all --yes