offline

offline stops logical clusters or instances in the online or active state.

For example, to take “SalesLC” offline, wait 5 minutes, and store the action in an action handle in a local variable, enter:

declare @out_handle varchar(15)

execute
sp_cluster logical, "offline", SalesLC, cluster, wait, 00:05:00, @handle=@out_handle output