ecr_delete_repository: Deletes a repository

View source: R/ecr_operations.R

ecr_delete_repositoryR Documentation

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.