# Disable Routing

> Switch Codex back to its normal provider for future sessions.

- Skill: `weave-os/disable-routing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add weave-os/disable-routing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/weave-os/disable-routing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: weave-os (https://skillmd.com/u/weave-os)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/weave-os/disable-routing

---


<!-- weave-router managed disable-routing skill -->

# Disable Weave routing

When the user invokes `$disable-routing`, switch the current Codex installation
off the Weave Router without logging out or deleting its router configuration.

1. Explain that the change takes effect on the next `codex` launch and that it
   can later be reversed with `npx --package @weave-os/router -y -- weave-router on --codex{{SCOPE}}`.
2. Run exactly:

   ```bash
   npx --package @weave-os/router -y -- weave-router off --codex{{SCOPE}}
   ```

3. Report the command result. Do not uninstall the router or alter any other
   Codex settings.

