---
title: influxctl table
description: The influxctl table command and its subcommands manage tables in an InfluxDB cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/table/
estimated_tokens: 587
product: InfluxDB Clustered
version: clustered
---

# influxctl table

-   influxctl 2.5.0+

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

## Usage

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

## Subcommands

| 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 |

## Flags

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

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