Redmine MCP Server

unarchive_project

Unarchive a previously archived project.

  • Project becomes editable again
  • Available since Redmine 5.0

Input Schema

NameRequiredDescriptionDefault
idYesProject ID (numeric) or identifier (string)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Project ID (numeric) or identifier (string)", "type": "string" } }, "required": [ "id" ], "type": "object" }