> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# RecoveryState

> State of the recovery pipeline state machine (Section 19.7).

```ts
type RecoveryState = "idle" | "debouncing" | "recovering" | "cooldown"
```

State of the recovery pipeline state machine (Section 19.7).