Skip to contentllms.txt

syllago remove

syllago remove <name> [flags]

Removes a content item from your library (~/.syllago/content/) and uninstalls it from any providers where it is currently installed.

FlagTypeDefaultRequiredDescription
-n, --dry-runbool—NoShow what would happen without making changes
-f, --forcebool—NoSkip confirmation prompt
--no-inputbool—NoDisable interactive prompts, use defaults
--typestring—NoDisambiguate when name exists in multiple types
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output
Terminal window
# Remove a skill from library and all providers
syllago remove my-skill
# Disambiguate by type when name exists in multiple types
syllago remove my-rule --type rules
# Skip confirmation prompt
syllago remove my-skill --force
# Preview what would happen
syllago remove my-skill --dry-run

Source