Action release

Action release clears all logical cluster actions—online, offline, failover, and failback—either manually or automatically after these actions are completed or cancelled. To enable or disable automatic clearing of logical cluster actions, the syntax is:

sp_cluster logical, "set", "lc_name", "action_release", 
	{"automatic" | "manual"}

To manually clear all actions for a logical cluster, the syntax is:

sp_cluster logical, "action", "lc_name", "release", "all"