# Pause & Unpause Flows

The Othentic CLI allows managing AVS network flows through **pause-flow** and **unpause-flow** commands. These commands enable AVS governance multi-sig to halt or resume specific flows across Layer 1 and Layer 2.

### Pause Flow

#### Usage

```
otcli operator pause-flow
```

#### **Options**

<mark style="color:blue;">**--l1-chain**</mark> `required`                                                                                                                           &#x20;

**string**

The name of the L1 chain where the AVS contracts will be deployed.

***

<mark style="color:blue;">**--browser-sign**</mark>  `optional`                                                                                                                &#x20;

**flag**

Allows signing using wallets like **MetaMask**, **SAFE**, or other browser-based smart accounts. Ideal for multisig operations and smart contract wallets, especially when users prefer **not to expose private keys directly in the CLI**.

***

<mark style="color:blue;">**--keystore**</mark> `optional`                                                                                                                        &#x20;

**file path**

The path to the keystore file used for signing the transaction.

***

<mark style="color:blue;">**--keystore-password**</mark> `optional`                                                                                                    &#x20;

**file path**

The path to the file containing the keystore password.

***

<mark style="color:blue;">**--silent, --s, --no-prompt**</mark> `optional`                                                                                                    &#x20;

**flag**

Run in non-interactive mode using `.env` and provided arguments, without user prompts.

***

<mark style="color:blue;">**-h, --help**</mark>  `optional`                                                                                                                                    &#x20;

**flag**

Display help information for this command.

***

### Unpause Flow

#### Usage

```
otcli operator unpause-flow
```

#### **Options**

<mark style="color:blue;">**--l1-chain**</mark> `required`                                                                                                                           &#x20;

**string**

The name of the L1 chain where the AVS contracts will be deployed.

***

<mark style="color:blue;">**--browser-sign**</mark>  `optional`                                                                                                                &#x20;

**flag**

Allows signing using wallets like **MetaMask**, **SAFE**, or other browser-based smart accounts. Ideal for multisig operations and smart contract wallets, especially when users prefer **not to expose private keys directly in the CLI**.

***

<mark style="color:blue;">**--keystore**</mark> `optional`                                                                                                                        &#x20;

**file path**

The path to the keystore file used for signing the transaction.

***

<mark style="color:blue;">**--keystore-password**</mark> `optional`                                                                                                    &#x20;

**file path**

The path to the file containing the keystore password.

***

<mark style="color:blue;">**--silent, --s, --no-prompt**</mark> `optional`                                                                                                    &#x20;

**flag**

Run in non-interactive mode using `.env` and provided arguments, without user prompts.

***

<mark style="color:blue;">**-h, --help**</mark>  `optional`                                                                                                                                    &#x20;

**flag**

Display help information for this command.
