Skip to content llms.txt

syllago uninstall

syllago uninstall <name> [flags]

Removes installed content from a provider’s location.

For symlinked content: removes the symlink. For copied content: removes the copied file or directory. For hooks/MCP: reverses the JSON merge from the provider’s settings file.

The content remains in your library (~/.syllago/content/) and can be reinstalled at any time with “syllago install”.

FlagTypeDefaultRequiredDescription
-n, --dry-runboolNoShow what would happen without making changes
-f, --forceboolNoSkip confirmation prompt
--fromstringNoProvider to uninstall from (omit to uninstall from all)
--no-inputboolNoDisable interactive prompts, use defaults
--typestringNoDisambiguate when name exists in multiple types
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Uninstall from a specific provider
syllago uninstall my-skill --from claude-code
# Uninstall from all providers
syllago uninstall my-agent
# Skip confirmation prompt
syllago uninstall my-rule --from cursor --force
# Preview what would happen
syllago uninstall my-skill --dry-run

Source