delete_module
Delete a specified module from a Stella system dynamics model by providing its name. Use this to remove obsolete components and keep the XMILE model up to date.
Instructions
Delete a module
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| module_name | Yes | Existing module name | |
| workspace_id | No | Opaque application workspace handle. Required by MCP 2026-07-28 clients; supported legacy stdio clients may omit it to use the process-local compatibility workspace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| model_id | Yes | ||
| module_name | Yes |