1.4 KiB
1.4 KiB
The influxctl table command and its subcommands manage tables in an
{{% product-name omit=" Clustered" %}} cluster.
Usage
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 |
{{% caption %}}
Also see influxctl global flags.
{{% /caption %}}