Example 1: Compute Group Name is not Specified
The following statement suspends the ShippingMedCogs compute profile and uses the default compute group name from the user session, user profile, or user:
SUSPEND COMPUTE FOR ShippingMedCogs; *** Compute Clusters have been suspended.
Example 2: Compute Group Name is Specified
The following statement suspends the ShippingMedCogs compute profile in the Shipping compute group:
SUSPEND COMPUTE FOR COMPUTE PROFILE ShippingMedCogs IN COMPUTE GROUP Shipping; *** Compute Clusters have been suspended.