Get v1alpha1inferencehotloads replicas
ListHotLoadReplicas returns the replicas of one hot-load, ordered by (zone, name), in pages
Authorizations
CoreWeave API access token sent as a bearer token.
Path Parameters
The ID of the hot-load whose replicas to list
Query Parameters
The maximum number of replicas to return. The service may return fewer than this value. If unspecified or 0, at most 50 replicas are returned. The maximum value is 1000; values above 1000 are coerced to 1000. A negative value is rejected with CodeInvalidArgument.
A page token received from a previous ListHotLoadReplicas call. Provide this to retrieve the subsequent page. When paginating, hot_load_id must identify the same hot-load as the call that produced the token; a token replayed under another hot-load, or by another organization, is rejected with CodeInvalidArgument. The token is opaque and must not be constructed by clients.