---
name: CLI Resilience
slug: cli-resilience
category: DevOps
description: CLI Resilience inspects and manages circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Use it to reset stuck providers and configure resilience thresholds.
github: "https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-resilience"
language: TypeScript
stars: 46795
forks: 6310
install: "npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-resilience ~/.claude/skills/cli-resilience"
installs_to: ~/.claude/skills/cli-resilience
source_path: skills/cli-resilience/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/diegosouzapw/OmniRoute"
added: 2026-08-13T07:36:51.923Z
last_synced: 2026-08-13T07:36:51.923Z
canonical_url: "https://dirskills.com/skills/cli-resilience"
---

# CLI Resilience

CLI Resilience inspects and manages circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Use it to reset stuck providers and configure resilience thresholds.

**Install:**

```bash
npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-resilience ~/.claude/skills/cli-resilience
```

## README

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

## Overview

Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.

## Quick install

```bash
npm install -g omniroute   # or: npx omniroute
omniroute --version
```

## Subcommands

### `quota`

**Flags:**

- `--provider <id>`
- `--json`

**Example:**

```bash
omniroute quota
```

### `resilience`

**Example:**

```bash
omniroute resilience
```

### `resilience status`

**Flags:**

- `--provider <p>`

**Example:**

```bash
omniroute resilience status
```

### `resilience breakers`

**Flags:**

- `--provider <p>`

**Example:**

```bash
omniroute resilience breakers
```

### `resilience cooldowns`

**Flags:**

- `--provider <p>`
- `--connection-id <id>`

**Example:**

```bash
omniroute resilience cooldowns
```

### `resilience lockouts`

**Flags:**

- `--provider <p>`
- `--model <m>`

**Example:**

```bash
omniroute resilience lockouts
```

### `resilience reset`

**Flags:**

- `--connection-id <id>`
- `--model <m>`
- `--all-cooldowns`
- `--yes`

**Example:**

```bash
omniroute resilience reset
```

### `resilience profile`

**Example:**

```bash
omniroute resilience profile
```

### `resilience show`

**Example:**

```bash
omniroute resilience show
```

### `resilience set`

**Example:**

```bash
omniroute resilience set
```

### `resilience config`

**Example:**

```bash
omniroute resilience config
```

### `resilience show`

**Example:**

```bash
omniroute resilience show
```

### `resilience set`

**Flags:**

- `--threshold <n>`
- `--reset-timeout <ms>`
- `--base-cooldown <ms>`

**Example:**

```bash
omniroute resilience set
```
