delete_model
Remove a model from the current Stella session using its model ID. Files saved as .stmx remain untouched, allowing safe cleanup of active models.
Instructions
Remove a model from the current session. Saved .stmx files are not touched. model_id is required — there is deliberately no implicit 'delete current model'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Session model ID to remove | |
| 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 | ||
| remaining | Yes | ||
| current_model_id | Yes |