Redmine MCP Server

archive_project

Archive a project.

  • Project becomes read-only
  • 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" }