uninstall
proxai-gateway uninstallStops the daemon and unregisters the background service, then removes the gateway binary from your machine. Your local configuration, buffered data, and logs are preserved, so reinstalling later picks up where you left off.
| Option | Effect |
|---|---|
--reset | Also delete the gateway’s data directory (configuration, buffer, flags), its logs, and the service unit file. Destructive. |
Removing everything
proxai-gateway uninstall --resetUse --reset when you want no trace of the gateway left behind — for
example, before handing off a machine. This deletes data that cannot be
recovered, so the command asks for confirmation first.
If you only want to pause uploads rather than remove the gateway, use
stop (until next login) or
setup reset (until you enter
a key again) instead.
Last updated on