[serve] Add serve.shutdown() (#8766)

This commit is contained in:
Edward Oakes
2020-06-23 13:42:03 -05:00
committed by GitHub
parent b6d425526d
commit c9010eb8ad
8 changed files with 77 additions and 13 deletions
+1 -1
View File
@@ -4,6 +4,7 @@ Package Reference
Basic APIs
----------
.. autofunction:: ray.serve.init
.. autofunction:: ray.serve.shutdown
.. autofunction:: ray.serve.create_backend
.. autofunction:: ray.serve.create_endpoint
@@ -37,4 +38,3 @@ Advanced APIs
``serve.accept_batch`` marks your backend API does accept list of input instead
of just single input.
.. autofunction:: ray.serve.accept_batch