pydo.registry.get_garbage_collection()
Generated on 9 Jun 2026
from pydo version
v0.36.0
deprecated
Usage
client.registry.get_garbage_collection(registry_name="example")Description
Note: This endpoint is deprecated. Please use the /v2/registries endpoint instead.
To get information about the currently-active garbage collection
for a registry, send a GET request to /v2/registry/{registry_name}/garbage-collection.
Parameters
registry_namestring requiredThe name of a container registry.
Request Sample
Response Example
More Information
See /v2/registry/{registry_name}/garbage-collection in the API reference for additional detail on responses, headers, parameters, and more.