[Serve] [Docs] Use dashboard agent port in REST API documentation (#27450)

This commit is contained in:
shrekris-anyscale 2022-08-04 10:24:57 -07:00 committed by GitHub
parent 64fc1155b7
commit 11abc89746
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```