> ## Documentation Index
> Fetch the complete documentation index at: https://opentrain.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Archive Manual

> Soft-archive a manual.

Archives a manual (soft — sets `archivedAt` and retains its rows). Archived manuals, including their revisions and publications, are no longer accessible through this public API, and this API currently has no restore endpoint.

**Requirements:** `instructions:write` + workspace `OWNER` + a verified (claimed) account.

## Request

<ParamField path="manualId" type="string" required>
  The manual id.
</ParamField>

## Response

<ResponseField name="manual" type="object">
  The manual summary with `archivedAt` set.
</ResponseField>
