# deals_archive

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

<!-- Source: https://docs.actuallycare.com/tools/deals/deals_archive -->

Archive a vendor deal to hide it from active views without deleting it. Archived deals can be restored later with [`deals_restore`](/tools/deals/deals_restore). Use this for completed or cancelled deals you want to declutter from your dashboard. Returns the archived record.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `deal_id` | string | Yes | UUID of the deal to archive. Use [`deals_list`](/tools/deals/deals_list) to find. · Format: UUID |

## Example prompts

- "Archive the cancelled photography deal at 17 Quail Run so it stops cluttering my dashboard."
- "Move the paid Birchwood inspection deal out of my active pipeline, keep it recoverable."

## Safety

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