Copy PageUpdate a scaling profileput https://api.controlup.com/daas-iq/v1/cloud/scaling-profiles/{id}Updates an existing scaling profile with the specified configuration.Path ParamsiduuidrequiredThe unique scaling profile identifier.Body ParamsThe updated scaling profile data.Consolidated request model for creating or updating a scaling profile. Use for both POST (create) and PUT (update) operations.namestringrequiredlength between 3 and 100User-friendly name for the scaling profile.descriptionstring | nullOptional description for the scaling profile.colorstringrequiredlength between 1 and 50Color identifier for this scaling profile. The UI defines available color IDs and their visual representation. Examples: "blue", "primary-1", "accent-red", etc.strategyobjectrequiredScaling strategy including provisioning mode and mode-specific configuration.strategy objectexperienceobjectrequiredUser experience settings for scaling operations.experience objectResponses 200Successfully updated the scaling profile. 400Bad request. Invalid scaling profile data. 401Unauthorized. User is not authenticated. 402Payment required. No active license for the organization. 403Forbidden. User does not have manage scaling permissions. 404Not found. The specified scaling profile does not exist. 409Conflict. A scaling profile with the same name already exists. 500Internal server error. 503Service unavailable. License status could not be verified. Try again later.Updated about 2 months ago Get a scaling profile by IDDelete a scaling profileDid this page help you?YesNo