ecr_delete_repository {paws.compute} | R Documentation |
Deletes a repository
Description
Deletes a repository. If the repository isn't empty, you must either delete the contents of the repository or use the force
option to delete the repository and have Amazon ECR delete all of its contents on your behalf.
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 true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it. |
[Package paws.compute version 0.9.0 Index]