---
title: influxctl table iceberg enable
description: The influxctl table iceberg enable command enables Iceberg-compatible exports for a table in an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/table/iceberg/enable/
estimated_tokens: 394
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# influxctl table iceberg enable

-   influxctl 2.10.2+

The `influxctl table iceberg enable` command enables Iceberg-compatible exports for a table in an InfluxDB Cloud Dedicated cluster.

## Usage

```sh
influxctl table iceberg enable [flags] <DATABASE_NAME> <TABLE_NAME>
```

## Arguments

| Argument | Description |
| --- | --- |
| DATABASE_NAME | Name of the target database |
| TABLE_NAME | Name of table to enable Iceberg exports on |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Output command help |

*Also see [`influxctl` global flags](/influxdb3/cloud-dedicated/reference/cli/influxctl/#global-flags).*
