I have created a Data Store and synced several feature classes to Feature Services. Each Feature Service is named the same as the feature class from the enterprise geodatabase and the single Feature Layer within that Feature Service is also named the same as the feature class. I want to alter the name of the Feature Layer. We have a data naming convention for feature classes and then use the alias to control how the data is named in a map.
For example: xyz_YYY_Lakes is the name of the feature class, with an alias of Lakes.
When I sync the the feature classes to the Data Store, the feature service and map image layer, are named xyz_YYY_Lakes, which is fine, however, the Feature Layer within the xyz_YYY_Lakes feature service is also named the same, when I simply want to call it Lakes.
I attempted to use the ArcGIS API for Python to alter the name but it failed.

Is this possible?