Software >> OS >> Windows >> Command Line >> How to recycle IIS application pool from command line

appcmd.exe located in c:\windows\system32\inetsrv

appcmd recyle apppool "app_pool_name"

or

appcmd recyle apppool apppool.name:"app_pool_name"

note no spaces after ":"