you can use ALTER INDEX.... WITH DROP EXISTING
however all this does is drop the exising index and re-create
if anyone is using the index at the time then the command will be blocked. In addition, your command will block other users
how many rows are in the table you wish to create an index on ?