Learn R Programming

paws.compute (version 0.3.1)

ecr_delete_repository: Deletes a repository

Description

Deletes a repository. If the repository contains images, you must either delete all images in the repository or use the force option to delete the repository.

See https://www.paws-r-sdk.com/docs/ecr_delete_repository/ for full documentation.

Usage

ecr_delete_repository(registryId = NULL, repositoryName, force = NULL)

Arguments

registryId

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

repositoryName

[required] The name of the repository to delete.

force

If a repository contains images, forces the deletion.