1.0 KiB
1.0 KiB
The influxctl table list command lists all tables in the specified database in
an {{< product-name omit=" Clustered" >}} cluster.
Usage
influxctl table list [flags] <DATABASE_NAME>
Arguments
| Argument | Description |
|---|---|
| DATABASE_NAME | Name of the target database |
Flags
| Flag | Description | |
|---|---|---|
--filter-status |
Only list tables with a specific status (active (default) or deleted) |
|
--format |
Output format (table (default) or json) |
|
-h |
--help |
Output command help |
{{% caption %}}
Also see influxctl global flags.
{{% /caption %}}