jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

Create a function to delete a reigstry #397

Closed Dr0p42 closed 1 year ago

Dr0p42 commented 1 year ago

As a user I want to be able to delete a container registry

Specifications:

naas.service.delete_registry(
  name="Name of my registry"
)

Estimate: 1 Priority: Medium