Reset Edge Data Store
- Last UpdatedSep 25, 2025
- 1 minute read
When applied at the system level, the Reset command deletes all event and configuration data and restarts Edge Data Store (EDS).
Note: All configuration and stored data will be lost as a result of performing this action.
To reset EDS:
-
Start any tool capable of making HTTP requests.
-
Execute a POST command to the following endpoint, replacing <port_number> with the port specified for EDS:
http://localhost:<port_number>/api/v1/administration/System/Reset
Example using curl or EdgeCmd and the default port:
curl -d "" http://localhost:5590/api/v1/Administration/System/Reset
edgecmd reset
An HTTP status 204 message indicates success.