# appointments_batch_restore

> Restore multiple archived appointments at once.

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

Restore multiple archived appointments at once. Resets appointment status back to "scheduled" and clears the soft-delete timestamp. Returns success and failure counts with IDs. Restored appointments become active again.

## Parameters

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

## Example prompts

- "Restore the batch of appointments that got archived during the calendar cleanup."
- "Unarchive those five meetings from last week, but confirm which ones with me 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.
