mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Serve] [Docs] Use dashboard agent port in REST API documentation (#27450)
This commit is contained in:
parent
64fc1155b7
commit
11abc89746
1 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ Gets latest config that Serve has received. This config represents the current g
|
|||
|
||||
```
|
||||
GET /api/serve/deployments/ HTTP 1.1
|
||||
Host: http://localhost:8265/
|
||||
Host: http://localhost:52365/
|
||||
Accept: application/json
|
||||
```
|
||||
|
||||
|
@ -94,7 +94,7 @@ Declaratively deploys the Serve application. Starts Serve on the Ray cluster if
|
|||
|
||||
```
|
||||
PUT /api/serve/deployments/ HTTP 1.1
|
||||
Host: http://localhost:8265/
|
||||
Host: http://localhost:52365/
|
||||
Accept: application/json
|
||||
|
||||
{
|
||||
|
@ -126,7 +126,7 @@ Gets the Serve application's current status, including all the deployment status
|
|||
|
||||
```
|
||||
GET /api/serve/deployments/ HTTP 1.1
|
||||
Host: http://localhost:8265/
|
||||
Host: http://localhost:52365/
|
||||
Accept: application/json
|
||||
```
|
||||
|
||||
|
@ -181,7 +181,7 @@ effect if Serve is not running on the Ray cluster.
|
|||
|
||||
```
|
||||
DELETE /api/serve/deployments/ HTTP 1.1
|
||||
Host: http://localhost:8265/
|
||||
Host: http://localhost:52365/
|
||||
Accept: application/json
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue