Redmine MCP Server

by yonaka15

archive_project

Archives a project on Redmine, making it read-only for users. Requires the project ID or key. Ideal for managing project lifecycle and access control.

Instructions

Archive a project. Project becomes read only. 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