Unleash MCP (Feature Toggle)

by cuongtl1992
Verified

archiveFlag

Archive a specific feature flag within a project using the Unleash MCP server. Manage feature toggles effectively by removing inactive or outdated flags.

Instructions

Archive a feature flag in a specific project

Input Schema

NameRequiredDescriptionDefault
featureNameYesName of the feature flag to archive
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featureName": { "description": "Name of the feature flag to archive", "type": "string" }, "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId", "featureName" ], "type": "object" }
ID: u6de78ibn8