ateam_delete_skill
Delete a single skill from a deployed solution, removing its process, registry, database records, solution references, and file system resources without affecting other components.
Instructions
Delete a single skill from a deployed solution. Removes the skill from A-Team Core (kills the running MCP process, unregisters from skill registry, deletes from Mongo), removes the skill from solution.skills[] and solution.linked_skills, and deletes the skill's files from Builder FS. Use this to drop a skill without tearing down the whole solution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution_id | Yes | The solution ID (e.g. 'personal-adas') | |
| skill_id | Yes | The skill ID to remove (e.g. 'linkedin-agent') |