# escrows_archive

> Archive an escrow to hide it from active views without deleting it.

<!-- Source: https://docs.actuallycare.com/tools/escrows/escrows_archive -->

Archive an escrow to hide it from active views without deleting it. Archived escrows can be restored later with [`escrows_restore`](/tools/escrows/escrows_restore). Use this for completed or abandoned transactions you want to declutter from your dashboard. Returns the archived escrow record.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `escrow_id` | string | Yes | UUID of the escrow to archive. Use [`escrows_list`](/tools/escrows/escrows_list) to find the ID if unknown. |

## Example prompts

- "Archive the closed Birchwood Ln escrow now that it has funded."
- "Move the cancelled Quail Run escrow off my active dashboard without deleting it."

## Safety

**Updates data.** Changes an existing record. The change is visible immediately in the app and can be edited back.
