The function arcpy.renameBand is listed on the following article, however I have also seen mention elsewhere that the tool is not functional within ArcGIS Pro.
Raster—ArcGIS Pro | Documentation
Attempting to use the function yields the following:
AttributeError: module 'arcpy' has no attribute 'renameBand'
Might someone have some advice regarding the usage of this function, and if not, a viable arcpy alternative?
I am aware that the "Create Mosaic Dataset" can do this, however it cannot be effectively scaled as I would like the arcpy tool to do.