Back to Influxdb

Disable

content/shared/influxctl/table/iceberg/disable.md

latest1.1 KB
Original Source

The influxctl table iceberg disable command disables Iceberg-compatible exports for a table in an InfluxDB Cloud Dedicated cluster.

{{% show-in "clustered" %}}

[!Warning]

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. {{% /show-in %}}

Usage

sh
influxctl table iceberg disable [flags] <DATABASE_NAME> <TABLE_NAME>

Arguments

ArgumentDescription
DATABASE_NAMEName of the target database
TABLE_NAMEName of table to disable Iceberg exports on

Flags

FlagDescription
-h--helpOutput command help

{{% caption %}} Also see influxctl global flags. {{% /caption %}}