# listings_batch_archive

> Archive multiple listings at once.

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

Archive multiple listings at once. Sets listing status to "cancelled" and marks them as archived. Returns success and failure counts with IDs. Use [`listings_list`](/tools/listings/listings_list) first to verify the correct listing IDs.

## Parameters

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

## Example prompts

- "Archive all the expired listings from last year so my dashboard only shows active ones."
- "Archive these three withdrawn listings, but show me the addresses before you proceed."

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