# enable-ha (Beta)

This topic describes the options available with the Embedded Cluster `enable-ha` command.

## Usage

```bash
sudo ./<app-slug> enable-ha [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>Re-run the migration even if high availability (HA) is already complete.</td>
  </tr>
  <tr>
    <td>`-h`, `--help`</td>
    <td></td>
    <td>Help for `enable-ha`.</td>
  </tr>
</table>