cancel
Showing results for 
Search instead for 
Did you mean: 

InfluxDB empty all data without bucket and access CLI

InfluxDB empty all data without bucket and access CLI

yosafat
New Poster
Please help me how to empty all data without delete bucket, and how to access CLI ?

Thank you
2 REPLIES 2

Sgilk
Contributor

Hello @yosafat ,

I would recommend doing this via the REST API. It cannot be done from the web UI.

Here is an example request in Postman. You can find the orgID in the Influx web UI under organization about section.

Sgilk_0-1717421482100.png

You can find the bucket ID on the buckets page.

Sgilk_1-1717421553712.png

 

https://127.0.0.1:8443/influxdb/api/v2/delete?orgID=65ed411f06b1edf4&bucket=9c76ab136a2dc28d

 

 You'll need to include an API token from InfluxDB for authorization. I used the Postman Bearer Token configuration. You also need the header Content-Type = application/json. Finally, you can specify the time range you'd like to delete over in the request body. You can use a date before the bucket was created as the start time and a future date as the stop time to clear the whole bucket.

 

{
    "start":"1970-01-01T00:00:00Z",
    "stop":"2025-01-01T00:00:00Z"
}

 

Here is the documentation from InfluxDB.

On the Get Started page of the InfluxDB web UI, there are instructions to configure the CLI. I'd recommend using the REST API however, as they have almost all of the same functionality and it does not require any client side installation.

Sgilk_2-1717421889418.png

 

Okay thank you very much, Sgilk.
Icon--AD-black-48x48Icon--address-consumer-data-black-48x48Icon--appointment-black-48x48Icon--back-left-black-48x48Icon--calendar-black-48x48Icon--center-alignedIcon--Checkbox-checkIcon--clock-black-48x48Icon--close-black-48x48Icon--compare-black-48x48Icon--confirmation-black-48x48Icon--dealer-details-black-48x48Icon--delete-black-48x48Icon--delivery-black-48x48Icon--down-black-48x48Icon--download-black-48x48Ic-OverlayAlertIcon--externallink-black-48x48Icon-Filledforward-right_adjustedIcon--grid-view-black-48x48IC_gd_Check-Circle170821_Icons_Community170823_Bosch_Icons170823_Bosch_Icons170821_Icons_CommunityIC-logout170821_Icons_Community170825_Bosch_Icons170821_Icons_CommunityIC-shopping-cart2170821_Icons_CommunityIC-upIC_UserIcon--imageIcon--info-i-black-48x48Icon--left-alignedIcon--Less-minimize-black-48x48Icon-FilledIcon--List-Check-grennIcon--List-Check-blackIcon--List-Cross-blackIcon--list-view-mobile-black-48x48Icon--list-view-black-48x48Icon--More-Maximize-black-48x48Icon--my-product-black-48x48Icon--newsletter-black-48x48Icon--payment-black-48x48Icon--print-black-48x48Icon--promotion-black-48x48Icon--registration-black-48x48Icon--Reset-black-48x48Icon--right-alignedshare-circle1Icon--share-black-48x48Icon--shopping-bag-black-48x48Icon-shopping-cartIcon--start-play-black-48x48Icon--store-locator-black-48x48Ic-OverlayAlertIcon--summary-black-48x48tumblrIcon-FilledvineIc-OverlayAlertwhishlist