# clients_batch_archive

> Archive multiple clients at once.

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

Archive multiple clients at once. Clients must be active (not already archived). Returns success and failure counts with IDs. Use [`clients_list`](/tools/clients/clients_list) first to verify the correct client IDs.

## Parameters

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

## Example prompts

- "Archive all the clients whose deals closed back in 2023 to tidy my dashboard."
- "Archive these six expired buyer clients, but let me review the names first."

## 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.
