# escrows_batch_archive

> Archive multiple escrows at once.

<!-- Source: https://docs.actuallycare.com/tools/bulk-operations/escrows_batch_archive -->

Archive multiple escrows at once. Escrows must be active (not already archived). Returns success and failure counts with IDs. Use [`escrows_list`](/tools/escrows/escrows_list) first to verify the correct escrow IDs.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `ids` | array of strings | Yes | Escrow UUIDs to archive. Max 100. · Max items: 100 · Min items: 1 |

## Example prompts

- "Archive all the escrows that closed before January to clean up my pipeline."
- "Archive these four cancelled escrows, but show me the addresses before you do."

## Safety

**Bulk changes.** Changes many records in one call. Review the scope carefully before confirming — bulk changes are treated as destructive because of their blast radius.
