update-endpoint
Update an existing endpoint's configuration including name, worker limits, idle timeout, and scaling settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the endpoint | |
| endpointId | Yes | ID of the endpoint to update | |
| scalerType | No | Scaler type | |
| workersMax | No | New maximum number of workers | |
| workersMin | No | New minimum number of workers | |
| idleTimeout | No | New idle timeout in seconds | |
| scalerValue | No | Scaler value |