Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface BatchDeleteImageRequest

Deletes specified images within a specified repository. Images are specified with either the imageTag or imageDigest.

Hierarchy

Properties

imageIds: undefined | ImageIdentifier[]

A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

registryId?: string

The Amazon Web Services account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.

repositoryName: undefined | string

The repository that contains the image to delete.