v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03722657.7 KB
db

Reset database

Selectively deletes sessions and/or settings from the database. Session users must supply the admin password in the X-Admin-Password header. API key holders via Bearer token are exempt. The instance restarts after a successful reset.

post/db/reset

Headers

X-Admin-Passwordstring

Admin password

Admin password (required for session auth, not needed for API key)

Request body

sessionsboolean

Delete all charging sessions

settingsboolean

Delete all settings, configs, and meters

Response

Reset successful, instance is restarting