ateam_delete_solution
⚠️ IRREVERSIBLE — kills Mongo state, running MCP processes, and Builder FS for the whole solution and every skill. REQUIRES confirm:true AND confirm_solution_id echoing the solution id you're destroying (defeats typos and hallucinated ids). RECOVERY: the GitHub repo is untouched; ateam_github_pull rebuilds the solution from main. Prefer that over re-deploying from memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | REQUIRED. Must be exactly true. A missing/false value refuses the call with a recovery hint. | |
| solution_id | Yes | The solution ID to delete | |
| confirm_solution_id | Yes | REQUIRED. Must exactly equal `solution_id`. This defeats typos and hallucinated ids — you can't wipe a solution you couldn't spell. |