Redmine MCP Server
by yonaka15
unarchive_project
Unarchive a previously archived project.
- Project becomes editable again
- Available since Redmine 5.0
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Project ID (numeric) or identifier (string) |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Project ID (numeric) or identifier (string)",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
You must be authenticated.
Other Tools
- list_issues
- create_user
- create_issue
- update_issue
- delete_issue
- add_issue_watcher
- remove_issue_watcher
- list_projects
- show_project
- create_project
- update_project
- archive_project
- unarchive_project
- delete_project
- list_time_entries
- show_time_entry
- create_time_entry
- update_time_entry
- delete_time_entry
- list_users
- show_user
- update_user
- delete_user