if (FALSE) {
# This example force deletes a repository named ubuntu in the default
# registry for an account. The force parameter is required if the
# repository contains images.
svc$delete_repository(
force = TRUE,
repositoryName = "ubuntu"
)
}
Run the code above in your browser using DataLab