---
title: influxd-ctl entropy
description: The influxd-ctl entropy command repairs and manages entropy in an InfluxDB Enterprise Cluster.
url: https://docs.influxdata.com/enterprise_influxdb/v1/tools/influxd-ctl/entropy/
estimated_tokens: 411
product: InfluxDB Enterprise v1
version: v1
---

# influxd-ctl entropy

The `influxd-ctl entropy` command repairs and manages entropy in an InfluxDB Enterprise Cluster.

## Usage

```sh
influxd-ctl entropy [subcommand] [flags] [arguments]
```

## Commands

| Command | Description |
| --- | --- |
| kill-repair | Remove a shard from the entropy repair queue |
| repair | Repair entropy found in a shard |
| show | Show shard entropy |

## Flags

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

#### Related

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