mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[serve] Remove root_url from start docstring (#18472)
This commit is contained in:
parent
2fcd1bcb4b
commit
791abd4f04
1 changed files with 0 additions and 4 deletions
|
@ -385,10 +385,6 @@ def start(
|
|||
- "NoServer" or None: disable HTTP server.
|
||||
- num_cpus (int): The number of CPU cores to reserve for each
|
||||
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
|
||||
Serve controller actor. Defaults to False.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue