How to change the Index name in sql server

Now Suppose I want to Change the Index Name.So the query will be

EXEC sp_rename 'Customer. UNQ_Amount ', 'Amont'

So here The Previous Index Name “UNQ_Amount” will change to “Amount”