MCP Environment & Installation Manager

by devlimelabs

delete-env-var

Remove a specific environment variable by key from a designated profile in the MCP Environment & Installation Manager for precise configuration control.

Input Schema

NameRequiredDescriptionDefault
keyYesEnvironment variable key
profileIdYesProfile ID to delete environment variable from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "description": "Environment variable key", "type": "string" }, "profileId": { "description": "Profile ID to delete environment variable from", "type": "string" } }, "required": [ "profileId", "key" ], "type": "object" }
ID: kykgc78z0v