Skip to main content
GET
Get Endpoint Status

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token. Create API keys in the project overview.

Path Parameters

endpoint_id
string
required

Unique endpoint ID.

Example:

"51c910f7-ecde-4c6c-88f8-d8e37ca9d598"

Response

Endpoint status.

endpoint_id
string

Unique endpoint ID.

Example:

"51c910f7-ecde-4c6c-88f8-d8e37ca9d598"

name
string

Endpoint name.

Example:

"aieev-endpoint"

endpoint_type
string

Endpoint type.

Example:

"container"

is_active
boolean

Whether the endpoint is active.

Example:

true

status
string

Current status. When active, fetched in real-time from Ray Serve.

Example:

"RUNNING"

num_replicas
integer

Current number of replicas.

Example:

2

enable_autoscaling
boolean

Whether autoscaling is enabled.

Example:

false

instance_type_name
string | null

Instance type name.

Example:

"RTX 5090"

serving_endpoint_url
string | null

Public endpoint URL.

Example:

"https://ap-1.aieev.cloud/ac/7/51c910f7-ecde-4c6c-88f8-d8e37ca9d598"

replica_status_summary
object | null

Replica count by status. Only available when endpoint is active.

Example:
created_at
string<date-time>

Creation time.

updated_at
string<date-time>

Last update time.