settings.json.
Aliases: failproofai p -u
Options
Behavior
- No policy names - removes all failproofai hook entries from the settings file
- Specific names - disables those policies but keeps hooks installed
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove hook entries from Claude Code’s settings
failproofai policies --uninstall [policy-names...] [options]
settings.json.
Aliases: failproofai p -u
| Flag | Description |
|---|---|
--scope user | Remove from global settings (default) |
--scope project | Remove from project settings |
--scope local | Remove from local settings |
--scope all | Remove from all scopes at once |
--custom / -c | Clear the customPoliciesPath from config |
# Remove all hooks globally
failproofai policies --uninstall
# Disable a specific policy (keeps hooks installed)
failproofai policies --uninstall block-sudo
# Remove hooks from every scope
failproofai policies --uninstall --scope all
# Clear custom policies path
failproofai policies --uninstall --custom
Was this page helpful?
