influxctl table delete
The influxctl table delete
command deletes a specified table from a database.
Usage
influxctl table delete [flags] <DATABASE_NAME> <TABLE_NAME>
Arguments
Argument | Description |
---|---|
DATABASE_NAME | Name of the database |
TABLE_NAME | Name of table to delete |
Flags
Flag | Description | |
---|---|---|
-h | --help | Output command help |
Also see influxctl
global flags.
Examples
influxctl table delete DATABASE_NAME TABLE_NAME
Replace the following:
DATABASE_NAME
: the name of the database to delete the table fromTABLE_NAME
: the name of the table to delete
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB Clustered and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support. Customers using a trial license can email trial@influxdata.com for assistance.