# Edit Task Definition

The Othentic CLI allows you to update configuration parameters of a [Task definition](https://docs.othentic.xyz/main/learn/core-concepts/tasks/task-definitions) . It allows you to edit fields such as base reward fees, minimum voting power, and restricted attesters.

#### Usage

<pre class="language-bash"><code class="lang-bash"><strong>otcli network edit-task-definition [options]
</strong></code></pre>

#### Options

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

**string**

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

***

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

**string**

The name of the L1 chain where the AVS contracts will be deployed.                                                                                                                         &#x20;

***

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

**flag**

Display help information for this command.
