admin_archive_project
Archive a single project as platform admin to take it down without affecting sibling projects on the same billing account. Records moderation reason in audit log.
Instructions
Operator moderation action — archive a single project (sets projects.archived_at = NOW()). Independent of account-level lifecycle: sibling projects on the same billing account 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 |
|---|---|---|---|
| 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 billing account keep serving. | |
| reason | No | Free-text moderation reason recorded in the audit log (recommended). |