pydo.registry.delete()

Generated on 4 Jun 2026 from pydo version v0.35.0

deprecated

Usage

client.registry.delete()
Returns NoneRaises HttpResponseError

Description

Note: This endpoint is deprecated. Please use the /v2/registries endpoint instead.

To delete your container registry, destroying all container image data stored in it, send a DELETE request to /v2/registry.

This operation is not compatible with multiple registries in a DO account. You should use /v2/registries/{registry_name} instead.

Request Sample

Show Request Sample
import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

resp = client.registry.delete()

More Information

See /v2/registry in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.