delete_tool
Delete a tool: its container, its releases and its sharing. By default the tool's database and files are kept. purge true also destroys them forever, and then requires purge_confirm true as well.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | The tool's short name, for example 'finance', or 'acme/finance' to select its workspace. | |
| purge | No | Also destroy the tool's database and uploaded files. Irreversible. | |
| workspace | No | Workspace slug to act in. Use this when you belong to several workspaces; whoami lists them. | |
| purge_confirm | No | Must be true alongside purge, as a second confirmation. |