# doctl registries repository – DigitalOcean Documentation > The subcommands of `doctl registries repository` allow you to manage various properties of your repository. - [doctl registries repository delete-manifest](https://docs.digitalocean.com/reference/doctl/reference/registry/repository/delete-manifest/index.html.md): Permanently deletes one or more repository manifests by digest. - [doctl registries repository delete-tag](https://docs.digitalocean.com/reference/doctl/reference/registry/repository/delete-tag/index.html.md): Permanently deletes one or more repository tags. - [doctl registries repository list-manifests](https://docs.digitalocean.com/reference/doctl/reference/registry/repository/list-manifests/index.html.md): Retrieves information about manifests in a repository, including: - The manifest digest - The compressed size - The uncompressed size - The last updated timestamp - The manifest tags - The manifest blobs (available in detailed output only) - [doctl registries repository list-tags](https://docs.digitalocean.com/reference/doctl/reference/registry/repository/list-tags/index.html.md): Retrieves information about tags in a repository, including: - The tag name - The compressed size - The manifest digest - The last updated timestamp - [doctl registries repository list-v2](https://docs.digitalocean.com/reference/doctl/reference/registry/repository/list-v2/index.html.md): Retrieves information about repositories in a registry, including: - The repository name - The latest manifest of the repository - The latest manifest's latest tag, if any - The number of tags in the repository - The number of manifests in the repository