---
name: Disable Routing
slug: disable-routing
category: DevOps
description: Disable Routing switches the current Codex installation off the Weave Router for future sessions. Use it when you want Codex to stop using the router without removing its configuration.
github: "https://github.com/workweave/router/tree/main/install/codex-skills/disable-routing"
language: Go
stars: 967
forks: 52
install: "npx degit https://github.com/workweave/router/tree/main/install/codex-skills/disable-routing ~/.claude/skills/disable-routing"
installs_to: ~/.claude/skills/disable-routing
source_path: install/codex-skills/disable-routing/SKILL.md
collection_size: 4
category_size: 798
collection_url: "https://dirskills.com/collections/workweave/router"
added: 2026-08-21T05:15:09.571Z
last_synced: 2026-08-21T05:15:09.571Z
canonical_url: "https://dirskills.com/skills/disable-routing"
---

# Disable Routing

Disable Routing switches the current Codex installation off the Weave Router for future sessions. Use it when you want Codex to stop using the router without removing its configuration.

**Install:**

```bash
npx degit https://github.com/workweave/router/tree/main/install/codex-skills/disable-routing ~/.claude/skills/disable-routing
```

## README

<!-- 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 @workweave/router -y -- weave-router on --codex{{SCOPE}}`.
2. Run exactly:

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

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