admin_reactivate_project
Restore an archived project to active state by setting its archived_at field back to NULL. Requires platform-admin access. Does not reactivate grace-state organizations.
Instructions
Operator un-archive — flips projects.archived_at back to NULL. In v1.57 this was narrowed: it no longer touches organization-level lifecycle. To reactivate a grace-state organization, subscribe a tier (tier_set) or enable lease-perpetual (admin_set_lease_perpetual). Platform-admin only. Calls POST /projects/v1/admin/:id/reactivate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID to un-archive. Platform-admin only — flips `projects.archived_at` back to NULL. In v1.57 this was narrowed: it does NOT reactivate a grace-state organization. For that, subscribe a tier (`run402 tier set <tier>`) or toggle the organization-level escape hatch via `admin_set_lease_perpetual`. |