Back to Influxdb

List

content/shared/influxctl/table/list.md

latest1.0 KB
Original Source

The influxctl table list command lists all tables in the specified database in an {{< product-name omit=" Clustered" >}} cluster.

Usage

sh
influxctl table list [flags] <DATABASE_NAME>

Arguments

ArgumentDescription
DATABASE_NAMEName of the target database

Flags

FlagDescription
--filter-statusOnly list tables with a specific status (active (default) or deleted)
--formatOutput format (table (default) or json)
-h--helpOutput command help

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