Skip to main content
Update an existing serverless endpoint group.

Signature

Parameters

int
required
ID of the endpoint to update.
Optional[float]
Minimum load (requests/sec) below which idle workers are scaled down.
Optional[float]
Target worker utilization ratio (0.0-1.0).
Optional[float]
Multiplier applied to warm worker count for pre-warming cold workers.
Optional[int]
Number of pre-warmed (cold) workers to keep ready.
Optional[int]
Maximum number of workers allowed in this endpoint.
Optional[str]
Human-readable name for the endpoint.

Returns

str, Result from the API call.

Example