# engagements_archive

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

<!-- Source: https://docs.actuallycare.com/tools/engagements/engagements_archive -->

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

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `engagement_id` | string | Yes | UUID of the engagement to archive. Use [`engagements_list`](/tools/engagements/engagements_list) to find. · Format: UUID |

## Example prompts

- "Archive the cancelled March networking event so it is off my dashboard."
- "Clear that completed office visit with Pacific Escrow out of my active list."

## Safety

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