Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

beacon endpoint uninstall

beacon endpoint uninstall unloads the local Beacon service and removes managed endpoint files.
beacon endpoint uninstall --user
Use retention flags when you want to keep local evidence or preserve harness telemetry configuration.

Examples

Remove a user-mode install:
beacon endpoint uninstall --user
Remove Beacon but keep runtime logs:
beacon endpoint uninstall --user --keep-logs
Remove Beacon but keep harness telemetry configuration:
beacon endpoint uninstall --user --keep-config
Keep both logs and harness configuration:
beacon endpoint uninstall --user --keep-logs --keep-config

Flags

FlagDescription
--userUse per-user endpoint paths instead of system paths
--log-path <path>Runtime JSONL log path
--keep-logsKeep runtime logs during uninstall
--keep-configKeep harness telemetry configuration during uninstall

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.

beacon endpoint install

Reinstall local endpoint telemetry.

beacon endpoint status

Check whether Beacon is still configured.