# listings_archive

> Archive a listing to hide it from active views without deleting it.

<!-- Source: https://docs.actuallycare.com/tools/listings/listings_archive -->

Archive a listing to hide it from active views without deleting it. Archived listings can be restored later with [`listings_restore`](/tools/listings/listings_restore). Use this for expired or sold listings you want to declutter from your dashboard. Returns the archived listing record.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `listing_id` | string | Yes | UUID of the listing to archive. Use [`listings_list`](/tools/listings/listings_list) to find the ID if unknown. · Format: UUID |

## Example prompts

- "Archive the sold listing at 901 Marsh Creek Dr to declutter my dashboard."
- "Hide that expired Birchwood listing from my active views, keep the record."

## Safety

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