ray.serve.delete#

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

Delete an application by its name.

Deletes the app with all corresponding deployments.

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