---
title: influxd-ctl entropy repair
description: The influxd-ctl entropy repair command adds a shard to the entropy repair queue.
url: https://docs.influxdata.com/enterprise_influxdb/v1/tools/influxd-ctl/entropy/repair/
estimated_tokens: 309
product: InfluxDB Enterprise v1
version: v1
---

# influxd-ctl entropy repair

The `influxd-ctl entropy repair` command adds a shard to the entropy repair queue.

## Usage

```sh
influxd-ctl entropy repair <shard-id>
```

## Arguments

-   **shard-id**: Shard ID to add to the entropy repair queue

## Flags

*See [`influxd-ctl` global flags](/enterprise_influxdb/v1/tools/influxd-ctl/#influxd-ctl-global-flags).*

## Examples

```sh
influxd-ctl entropy repair 21179
```

#### Related

-   [influxd-ctl entropy show](/enterprise_influxdb/v1/tools/influxd-ctl/entropy/show/)
-   [Use Anti-Entropy service in InfluxDB Enterprise v1](/enterprise_influxdb/v1/administration/configure/anti-entropy/)
