Skip to main content
failproofai policies --uninstall [policy-names...] [options]
Removes failproofai hook entries from Claude Code’s settings.json. Aliases: failproofai p -u

Options

FlagDescription
--scope userRemove from global settings (default)
--scope projectRemove from project settings
--scope localRemove from local settings
--scope allRemove from all scopes at once
--custom / -cClear the customPoliciesPath from config
--betaRemove only beta policies from config

Behavior

  • No policy names - removes all failproofai hook entries from the settings file
  • Specific names - disables those policies but keeps hooks installed

Examples

# 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 hooks path
failproofai policies --uninstall --custom