Opik MCP Server

Official

delete-project

Remove unwanted projects by specifying the project ID and optional workspace name on the Opik MCP Server. Streamline project management and maintain a clean workspace.

Instructions

Delete a project

Input Schema

NameRequiredDescriptionDefault
projectIdYesID of the project to delete
workspaceNameNoWorkspace name to use instead of the default

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "ID of the project to delete", "type": "string" }, "workspaceName": { "description": "Workspace name to use instead of the default", "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: hcctr0h0vs