---
title: influxctl table
description: The influxctl table command and its subcommands manage tables in an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/table/
estimated_tokens: 468
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/table/
date: '2025-06-30T15:05:37-06:00'
lastmod: '2025-06-30T15:05:37-06:00'
---

* influxctl 2.5.0+

The `influxctl table` command and its subcommands manage tables in an
InfluxDB Cloud Dedicated cluster.

## Usage

```sh
influxctl table [subcommand] [flags]
```

## Subcommands

|                                  Subcommand                                  |           Description            |
|------------------------------------------------------------------------------|----------------------------------|
|  [create](/influxdb3/cloud-dedicated/reference/cli/influxctl/table/create/)  |          Create a table          |
|  [delete](/influxdb3/cloud-dedicated/reference/cli/influxctl/table/delete/)  |          Delete a table          |
| [iceberg](/influxdb3/cloud-dedicated/reference/cli/influxctl/table/iceberg/) |Manage iceberg exports for a table|
|    [list](/influxdb3/cloud-dedicated/reference/cli/influxctl/table/list/)    |           List tables            |
|  [rename](/influxdb3/cloud-dedicated/reference/cli/influxctl/table/rename/)  |          Rename a table          |
|[undelete](/influxdb3/cloud-dedicated/reference/cli/influxctl/table/undelete/)|         Undelete a table         |
|                                   help, h                                    |       Output command help        |

## Flags

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

*Also see [`influxctl` global flags](/influxdb3/cloud-dedicated/reference/cli/influxctl/#global-flags).*
| Subcommand | Description |
| --- | --- |
| Subcommand | Description |
| create | Create a table |
| delete | Delete a table |
| iceberg | Manage iceberg exports for a table |
| list | List tables |
| rename | Rename a table |
| undelete | Undelete a table |
| help, h | Output command help |

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