manage_cycle_archive
Archive or unarchive a cycle. Automatically sets end date to today if archiving an active cycle.
Instructions
Archive or unarchive a cycle.
Plane requires the cycle end_date to be in the past before archiving. When archive=True, this tool automatically sets end_date to today if the cycle is still active (end_date is missing or in the future), then archives it.
Args: project_id: UUID of the project cycle_id: UUID of the cycle archive: True to archive the cycle, False to unarchive it
Returns: True if the operation completed successfully
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | ||
| cycle_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |