update-endpoint
Modify RunPod endpoint configurations including worker scaling, idle timeout, and scaling behavior to optimize resource allocation and performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpointId | Yes | ID of the endpoint to update | |
| idleTimeout | No | New idle timeout in seconds | |
| name | No | New name for the endpoint | |
| scalerType | No | Scaler type | |
| scalerValue | No | Scaler value | |
| workersMax | No | New maximum number of workers | |
| workersMin | No | New minimum number of workers |