Redmine MCP Server

delete_project

Permanently delete a project.

  • WARNING: This action cannot be undone
  • All project data will be deleted
  • Subprojects will also be deleted
  • Available since Redmine 1.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" }