---
title: "POST /archives/images"
method: POST
path: "/archives/images"
tags: ["Archives"]
---

# POST /archives/images

`POST /archives/images`

## Request body

- string[] — List of image digests to archive

## Response `200`

Archive statuses

- AnalysisArchiveAddResult[] — List of analysis archive add results
  - `digest` string — The image digest requested to be added
  - `status` 'archived' | 'archiving' | 'error' — The status of the archive add operation. Typically either 'archived' or 'error'
  - `detail` string — Details on the status, e.g. the error message

## Other responses

- `500` — Internal error

---

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