# NOT RUN {
# 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.
# }
# NOT RUN {
svc$delete_repository(
force = TRUE,
repositoryName = "ubuntu"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab