Update node templateAsk AIput https://api.cast.ai/v1/kubernetes/clusters/{clusterId}/node-templates/{nodeTemplateName}Updates a node template.Path ParamsclusterIdstringrequiredThe ID of the cluster that the template is fornodeTemplateNamestringrequiredThe name of the node template to updateBody ParamsThe node template to updateconfigurationIdstringconstraintsobjectDefines the constraints on a template objectshouldTaintboolean | nullMarks whether the templated nodes will have a taint.truefalsecustomLabelobjectcustomLabel objectrebalancingConfigobjectDefines rebalancing settings per template objectcustomTaintsarray of objectsCustom taints for the template.customTaintsADD objectcustomLabelsobjectCustom labels for the template. The passed values will be ignored if the field custom_label is present.customLabels objectcustomInstancesEnabledboolean | nulltruefalsecustomInstancesWithExtendedMemoryEnabledboolean | nulltruefalseisEnabledboolean | nullThis field is used to enable/disable autoscaling for the template.truefalseisDefaultbooleanFlag whether this template is the default template for the cluster.truefalsegpuobjectGPU settings objectedgeLocationIdsarray of stringsList of associated edge location IDs.edgeLocationIdsADD stringclmEnabledboolean | nulltruefalsepriceAdjustmentConfigurationobjectPriceAdjustmentConfiguration represents price adjustment multipliers.priceAdjustmentConfiguration objectstopEnabledboolean | nullNodes in this node-template have Storage Optimization (STOP) enabled.truefalseResponse 200The updated node templateUpdated 7 months ago