admin_archive_project
Archive a single project via platform-admin moderation. Sets the project's archived_at timestamp to take it down immediately without affecting sibling projects.
Instructions
Operator moderation action — archive a single project (sets projects.archived_at = NOW()). Independent of organization-level lifecycle: sibling projects on the same organization keep serving. No-op when the project is already archived. Platform-admin only. Calls POST /projects/v1/admin/:id/archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Free-text moderation reason recorded in the audit log (recommended). | |
| project_id | Yes | The project ID to archive. Platform-admin only — sets `projects.archived_at = NOW()` and takes only this project down. Sibling projects on the same organization keep serving. |