delete_model
Deletes an existing OpenSCAD model file from the workspace. Specify the file name to remove it and get the deleted file path back.
Instructions
Delete an OpenSCAD model file from the workspace.
The file must exist. Returns the path of the deleted file.
Args: name: File name of the model to delete workspace: Directory containing the model. Defaults to the configured temp_dir/models directory. ctx: MCP context for logging
Returns: Dict with success status, name, and deleted_path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||