window.clearInterval(intervalId)
intervalId
The value returned by the corresponding call to setInterval( ).
clearInterval( ) stops the repeated execution of code that was started by a call to setInterval( ). intervalId must be the value that was returned by a call to setInterval( ).