ray.serve.schema.ServeStatus#
- class ray.serve.schema.ServeStatus[source]#
 Describes the status of Serve.
- proxies#
 The proxy actors running on each node in the cluster. A map from node ID to proxy status.
- Type:
 Dict[str, ray.serve.schema.ProxyStatus]
- applications#
 The live applications in the cluster.
- Type:
 
- target_capacity#
 the target capacity percentage for all replicas across the cluster.
- Type:
 float | None
PublicAPI (alpha): This API is in alpha and may change before becoming stable.