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 service #396

Closed Dr0p42 closed 1 year ago

Dr0p42 commented 1 year ago

As a user I want to be able to delete a service.

Specifications:

  naas.service.delete(
    name="Name of the service"
  )

Estimate: 1 Priority: Medium