ray.serve.delete#

ray.serve.delete(name: str, _blocking: bool = True)[source]#

Delete an app by its name

Deletes the app with all corresponding deployments.

Parameters

name – the name of app to delete.

PublicAPI (alpha): This API is in alpha and may change before becoming stable.