---
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/clustered/reference/cli/influxctl/table/iceberg/enable/
estimated_tokens: 322
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/table/iceberg/enable/
date: '2025-06-30T15:05:37-06:00'
lastmod: '2025-06-30T15:05:37-06:00'
---

* influxctl 2.10.2+

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

#### Only available with InfluxDB Cloud Dedicated

Iceberg-compatible exports are currently only available with InfluxDB Cloud
Dedicated, not InfluxDB Clustered. The `influxctl table iceberg` command and
its subcommands can only be used with InfluxDB Cloud Dedicated.

## 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/clustered/reference/cli/influxctl/#global-flags).*
| Argument | Description |
| --- | --- |
| Argument | Description |
| DATABASE_NAME | Name of the target database |
| TABLE_NAME | Name of table to enable Iceberg exports on |

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