DO i need to run step1 before step2 to remove delay of applying log

step1:

ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;

step2:
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE NODELAY;

we have current 1 hour delay specified in init.ora file

to remove delay with out bouncing db can step2 is enough

or do i need step 1 also

thanks