Command Overview
beacon endpoint uninstall unloads the local Beacon service and removes managed endpoint files.
Command syntax
Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
--keep-logs | Keep runtime logs during uninstall |
--keep-config | Keep harness telemetry configuration during uninstall |
Examples
Remove the default per-user install:Remove the default per-user install
Remove Beacon but keep runtime logs
Remove Beacon but keep harness telemetry configuration
Keep both logs and harness configuration
Remove a system-mode deployment
Removed paths
Beacon removes files listed in its install manifest, including managed config, collector config, and service files. Unless--keep-logs is set, it also removes the configured runtime JSONL log.
Related
Endpoint install
Reinstall the local endpoint collector and runtime telemetry.
Endpoint status
Check endpoint state before or after uninstalling.

