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

# Archive a record

> Archive a workspace record while retaining its values.

Requires Objects enabled, a verified administrator, and `records:read` plus `records:write`.

<ParamField path="object_slug" type="string" required>
  The unprefixed workspace Object slug, such as `computers` for `objects.computers`.
</ParamField>

<ParamField path="id" type="string" required>
  The Record ID belonging to this Object and workspace.
</ParamField>

Archiving removes the record from the default collection. Values remain
available by ID and through `archived=true` lists. Repeating the request has
no effect. Restoration is not yet supported.

Returns HTTP 200 with the [record](/reference/objects/records) and
`archived: true`. No request body is required.
