Skip to main content
Glama

LacyLights MCP Server

by bbernstein

delete_project

Permanently remove a project and its associated data from the LacyLights MCP Server. Requires project ID and confirmation to ensure secure deletion.

Instructions

Delete a project and all its data

Input Schema

NameRequiredDescriptionDefault
confirmDeleteYesConfirm deletion of project and all its data
projectIdYesProject ID to delete

Input Schema (JSON Schema)

{ "properties": { "confirmDelete": { "default": false, "description": "Confirm deletion of project and all its data", "type": "boolean" }, "projectId": { "description": "Project ID to delete", "type": "string" } }, "required": [ "projectId", "confirmDelete" ], "type": "object" }
Install Server

Other Tools from LacyLights MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/bbernstein/lacylights-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server