1.1 KiB
1.1 KiB
| title | seotitle | description | menu | weight | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Delete a bucket | Delete a bucket from InfluxDB | Delete a bucket from InfluxDB using the InfluxDB UI or the influx CLI |
|
203 |
Use the InfluxDB user interface (UI) or the influx command line interface (CLI)
to delete a bucket.
Delete a bucket in the InfluxDB UI
-
Click the Organizations tab in the navigation bar.
{{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}}
-
Click on the name of an organization, then select the Buckets tab.
-
Hover over the bucket you would like to delete.
-
Click Delete and Confirm to delete the bucket.
Delete a bucket using the influx CLI
Use the influx bucket delete command
to delete a bucket. Deleting a bucket requires the following:
- The bucket ID (provided in the output of
influx bucket find) - The name or ID of the organization to which the bucket belongs
# Pattern
influx bucket delete -i <bucket-id>
# Example
influx bucket delete -i 034ad714fdd6f000