We value your privacy

This site uses cookies to improve your browsing experience, analyze site traffic, and show personalized content. See our Privacy Policy.

  1. Hosting
  2. agent
  3. agent remove

514 agent remove

Remove installed agent skills by deleting symlinks from agent skill directories and optionally removing the canonical skill files.

Usage

514 agent remove [OPTIONS] [SKILLS...]

Arguments

ArgumentDescription
[SKILLS...]Skill names to remove (e.g. 514/cli, clickhouse/best-practices). Omit to remove all installed skills.

Behavior

  • Full removal (no --agent filter): Removes symlinks for all agents AND deletes the canonical skill files from ~/.agents/skills/.
  • Filtered removal (--agent specified): Removes only the symlinks for the specified agents. Canonical files and other agents' symlinks are preserved.

Options

OptionDescription
--agent <AGENT>Target specific agents instead of all. Repeatable.
--yesSkip confirmation prompt.
  • --api-url <API_URL>: API base URL override (HOSTING_CLI_API_URL).
  • -o, --org <ORG>: Organization name or ID.
  • --json: Output as JSON.
  • -v, --verbose...: Enable verbose output (-v debug, -vv trace).
  • -h, --help: Print help.

Examples

# Remove all skills from all agents
514 agent remove --yes
 
# Remove a specific skill
514 agent remove clickhouse/best-practices --yes
 
# Remove skills only from a specific agent
514 agent remove --agent claude-code --yes
 
# JSON output
514 agent remove --yes --json

Related

  • 514 agent
  • 514 agent init

On this page

UsageArgumentsBehaviorOptionsExamplesRelated
Edit this page
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source572
  • Hosting Overview
CLI
  • --help
  • auth
  • org
  • project
  • deployment
  • doc
  • cli
  • env
  • agent
    • init
    • remove
  • clickhouse
Resource Commands
  • api-endpoint
  • stream
  • function
  • stream-to-table-sync
  • stream-to-stream-sync
  • table
  • view
  • web-app
  • workflow
  • sql-resource
  • materialized-view
Workflow
  • Fiveonefour to Local Setup
  • Manage Environment Variables
  • Branch Data Seeding
Integrations
  • Vercel
Troubleshooting
  • Setup Failures