v1

latestOpenAPI 3.0.1Apache 2.02026-07-17111176225.7 KB
Archives

post/archives/images

Request body

string[] required

List of image digests to archive

Response

Archive statuses

digeststring

The image digest requested to be added

status'archived' | 'archiving' | 'error'

The status of the archive add operation. Typically either 'archived' or 'error'

detailstring

Details on the status, e.g. the error message

Example response

[
  {
    "digest": "digest",
    "detail": "detail",
    "status": "archived"
  }
]