Skip to main content
Glama

MCP Environment & Installation Manager

by devlimelabs

delete-profile

Remove a specific configuration profile from the MCP Environment & Installation Manager. Allows forced deletion of active profiles using the profile ID for streamlined server management.

Input Schema

NameRequiredDescriptionDefault
forceNoForce deletion even if active
profileIdYesProfile ID to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "force": { "description": "Force deletion even if active", "type": "boolean" }, "profileId": { "description": "Profile ID to delete", "type": "string" } }, "required": [ "profileId" ], "type": "object" }

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/devlimelabs/mcp-env-manager-mcp'

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