Reset the Storage component
- Last UpdatedSep 25, 2025
- 1 minute read
When applied at the storage component level, the Reset command deletes all event and configuration data related to the Storage component and restarts Edge Data Store (EDS).
To reset the Storage component:
-
Open a tool capable of making HTTP requests.
-
Run a POST command to the following endpoint, replacing <port_number> with the port specified for EDS:
http://localhost:<port_number>/api/v1/administration/Storage/Reset
Example using curl or EdgeCmd and the default port:
curl -d "" http://localhost:5590/api/v1/Administration/Storage/Reset
edgecmd storage reset
An HTTP status 204 message indicates success.