MCP Environment & Installation Manager

by devlimelabs

delete-profile

Remove a specific profile from the MCP Environment & Installation Manager by providing its profile ID. Optionally enforce deletion even if the profile is currently active.

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" }
ID: kykgc78z0v