# reset

This topic describes the options available with the Embedded Cluster `reset` command.

## Usage

```bash
sudo ./<app-slug> reset [flags]
```

## Flags

<table>
  <tr>
    <th width="30%">Flag</th>
    <th width="20%">Type</th>
    <th width="50%">Description</th>
  </tr>
  <tr>
     <td>`--force`</td>
     <td></td>
     <td>
        <p>Ignore errors encountered when resetting the node (implies --yes)</p>
     </td>
  </tr>
  <tr>
     <td>`-h, --help`</td>
     <td></td>
     <td>
        <p>help for reset</p>
     </td>
  </tr>
  <tr>
     <td>`-y, --yes`</td>
     <td></td>
     <td>
        <p>Assume yes to all prompts.</p>
     </td>
  </tr>
</table>