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

# clearDeviceState

> Clears all device state and re-enumerates.

```ts
clearDeviceState(): Promise<void>
```

Clears all device state and re-enumerates.

## **Returns**

`Promise<void>`

## **Examples**

```ts
await client.clearDeviceState();
```