pydo.registry.update_subscription()

Generated on 16 Jan 2026 from pydo version v0.24.0

Description

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

After creating your registry, you can switch to a different subscription tier to better suit your needs. To do this, send a POST request to /v2/registry/subscription.

Request Sample

import os
from pydo import Client

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

req = {
  "tier_slug": "basic"
}

resp = client.registry.update_subscription(body=req)

More Information

See the API spec for this endpoint to view 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.