---
title: "Archive or restore many capsules in a single call"
method: POST
path: "/api/preview/capsules/batch/archive"
tags: ["capsule"]
---

# Archive or restore many capsules in a single call

`POST /api/preview/capsules/batch/archive`

## Request body

- object
  - `archived` boolean, required — true to archive, false to restore
  - `capsuleIds` string[], required — Capsule UUIDs to operate on

## Response `200`

Successful response

- object
  - `failed` object[], required
  - `succeeded` object[], required

---

[API](https://skmtc.net/symbol/apis/symbol-api.md) · [All operations](https://skmtc.net/symbol/apis/symbol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/symbol/symbol-api/revisions/c690ac22ae04/schema)
