archive_project
Archive or unarchive a Redmine project to make it read-only and hidden from listings while preserving all data, providing a reversible alternative to irreversible deletion.
Instructions
Archive or unarchive a project.
An archived project becomes read-only and disappears from listings, without losing anything. It's the reversible alternative to deletion, which this server deliberately does not expose — deletion is irreversible and takes issues, time entries, and wiki content with it. Deleting a project for real is a web UI operation.
Args: project_identifier: project identifier. archive: True archives, False unarchives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | No | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |