Redmine MCP Server

by yonaka15

unarchive_project

Restore an archived project in Redmine by providing its ID or key, making it editable again through the Redmine MCP Server.

Instructions

Restore an archived project. Project becomes editable again. Available since Redmine 5.0

Input Schema

NameRequiredDescriptionDefault
idYesProject ID as number or key as text

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Project ID as number or key as text", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: 55eg9u36cg