---
title: influxctl table iceberg disable
description: The influxctl table iceberg disable command disables Iceberg-compatible exports for a table in an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/table/iceberg/disable/
estimated_tokens: 480
product: InfluxDB Clustered
version: clustered
---

# influxctl table iceberg disable

-   influxctl 2.10.2+

The `influxctl table iceberg disable` command disables 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 disable [flags] <DATABASE_NAME> <TABLE_NAME>
```

## Arguments

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

## Flags

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

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