3.1 KiB
3.1 KiB
The influxdb3 delete command deletes a resource such as a cache, a database, or a table.
Usage
influxdb3 delete <SUBCOMMAND>
Subcommands
{{% show-in "enterprise" %}}
| Subcommand | Description |
|---|---|
| database | Delete a database |
| file_index | Delete a file index for a database or table |
| last_cache | Delete a last value cache |
| distinct_cache | Delete a metadata cache |
| table | Delete a table from a database |
| token | Delete an authorization token from the server |
| trigger | Delete a trigger for the processing engine |
| help | Print command help or the help of a subcommand |
| {{% /show-in %}} |
{{% show-in "core" %}}
| Subcommand | Description |
|---|---|
| database | Delete a database |
| last_cache | Delete a last value cache |
| distinct_cache | Delete a metadata cache |
| table | Delete a table from a database |
| token | Delete an authorization token from the server |
| trigger | Delete a trigger for the processing engine |
| help | Print command help or the help of a subcommand |
| {{% /show-in %}} |
Options
| Option | Description | |
|---|---|---|
-h |
--help |
Print help information |
--help-all |
Print detailed help information |