# open_houses_archive

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

<!-- Source: https://docs.actuallycare.com/tools/open-houses/open_houses_archive -->

Archive an open house to hide it from active views without deleting it. Archived open houses can be restored later with [`open_houses_restore`](/tools/open-houses/open_houses_restore). Use this for past events you want to declutter from your dashboard. Returns the archived record.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `open_house_id` | string | Yes | UUID of the open house to archive. Use [`open_houses_list`](/tools/open-houses/open_houses_list) to find. · Format: UUID |

## Example prompts

- "Archive last month's completed open houses at Birchwood to clean up my dashboard."
- "Hide the cancelled Marsh Creek open house from my active views."

## Safety

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