admin_reactivate_project
Restore an archived project to active status by clearing its archived_at field. For grace-state accounts, use tier subscription or lease-perpetual enablement instead.
Instructions
Operator un-archive — flips projects.archived_at back to NULL. In v1.57 this was narrowed: it no longer touches account-level lifecycle. To reactivate a grace-state account, 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 account. For that, subscribe a tier (`run402 tier set <tier>`) or toggle the account-level escape hatch via `admin_set_lease_perpetual`. |