Reactivate a closed project with a new end date
projects_reactivateReopen a completed or archived project and give it a new end_date. Sets status 'Active', unarchives the project (which restores the tasks archived with it) and clears auto_completed_at, so it stops showing as awaiting a decision. new_end_date is REQUIRED and must be in the future: the nightly end-date automation would otherwise close the project again on its next run. Only the project manager or a workspace admin may decide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| new_end_date | Yes | ISO date YYYY-MM-DD. Required, and must be in the future. |