[serve] Remove root_url from start docstring (#18472)

This commit is contained in:
Edward Oakes 2021-09-09 13:46:56 -05:00 committed by GitHub
parent 2fcd1bcb4b
commit 791abd4f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,10 +385,6 @@ def start(
- "NoServer" or None: disable HTTP server. - "NoServer" or None: disable HTTP server.
- num_cpus (int): The number of CPU cores to reserve for each - num_cpus (int): The number of CPU cores to reserve for each
internal Serve HTTP proxy actor. Defaults to 0. internal Serve HTTP proxy actor. Defaults to 0.
- root_url (str): The URL where the Deployment will be located at.
If no `root_url` is provided, Serve will check the environment
variable `RAY_SERVE_ROOT_URL` on the Ray cluster which is
serving the Deployment.
dedicated_cpu (bool): Whether to reserve a CPU core for the internal dedicated_cpu (bool): Whether to reserve a CPU core for the internal
Serve controller actor. Defaults to False. Serve controller actor. Defaults to False.
""" """