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 hooks uninstall

beacon endpoint hooks uninstall removes Beacon hook entries for supported harnesses. Existing non-Beacon hooks are preserved.
beacon endpoint hooks uninstall --harness cursor --user

Examples

Remove user-level Cursor hooks:
beacon endpoint hooks uninstall --harness cursor --user
Remove project-level Cursor hooks:
beacon endpoint hooks uninstall --harness cursor --level project --user

Flags

FlagDescription
--userUse per-user endpoint paths instead of system paths
--log-path <path>Runtime JSONL log path
--harness <list>Comma-separated hook harnesses. Defaults to cursor
--level <level>Hook install level: user or project
Restart Cursor after removing hooks so the updated hook configuration is picked up.

beacon endpoint hooks install

Reinstall Cursor endpoint hooks.

beacon endpoint hooks status

Confirm whether hooks are still installed.