Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.deepmerge.ai/llms.txt

Use this file to discover all available pages before exploring further.

Action name: archive_entry · Can write or change saved notes
Soft-delete an entry by flipping its status to archived. Reversible via update_entry(status: “active”). The entry is hidden from default listings; revisions and relations are preserved.

Inputs

FieldTypeRequiredWhat it is
idstringYesEntry UUID.
USE WHEN: an entry is no longer relevant; a duplicate was written;
cleanup of content the workspace shouldn't surface.
DO NOT USE: to mark something obsolete-but-historically-meaningful
(use update_entry(status: "superseded") plus a supersedes relation).

Returns { entry }.