update-endpoint
Update an existing endpoint by adjusting its name, minimum/maximum workers, idle timeout, or scaler type and value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpointId | Yes | ID of the endpoint to update | |
| name | No | New name for the endpoint | |
| workersMin | No | New minimum number of workers | |
| workersMax | No | New maximum number of workers | |
| idleTimeout | No | New idle timeout in seconds | |
| scalerType | No | Scaler type | |
| scalerValue | No | Scaler value |