When troubleshooting issues in Strategy 2021 Distribution Services, there may be a situation where a subscription or set of subscriptions will need to be temporarily disabled. However, in Strategy Developer, the only option when right-clicking on the subscription is to unsubscribe it. Choosing to unsubscribe the subscription will remove it permanently.

While individual subscriptions cannot be temporarily disabled, it is possible to temporarily disable the Strategy scheduler. The Distribution Services subscriptions will not run when the scheduler is disabled. The scheduler can be disabled by navigating to 'Configure Intelligence Server' in Developer and selecting Server Definition > Advanced. Here there will be an option a check box for "use Strategy Scheduler". To disable the scheduler, un-check the following option:

The following workaround can be used to temporarily disable individual subscriptions rather than disabling the Strategy scheduler. One way to simulate a subscription being disabled is to expire the subscription. Expiring the subscription will stop it from running on the Strategy Intelligence Server, but will keep it available for modification later. The subscription will still appear in the Subscriptions Manager in Developer.
Users can 'expire' their own individual subscriptions by navigating to 'My Subscriptions' in Strategy Web, editing their subscription, enabling the setting 'do not deliver after' and setting this to the current date. This will stop the subscription from delivering until the 'do not deliver after' setting is disabled.

If the Administrator has a requirement to expire individual subscriptions that are owned by other users, the following instructions can be followed:
Cache Update, Mobile, and History List Subscriptions
Cache Update, Mobile, and History List subscriptions can be individually expired using Strategy Developer.

Email and File Subscriptions
Email and File Subscriptions cannot be created or edited using Strategy Developer. This means that the Administrator will not be able to directly modify the subscriptions to set them as expired. These types of subscriptions will need to be expired using Command Manager using the steps below.
LIST ALL PROPERTIES FOR SUBSCRIPTION "TestSubscription" FOR PROJECT "Strategy Tutorial";
ALTER EMAILSUBSCRIPTION "TestSubscription" EXPIRATIONDATE 9/17/2018 IN PROJECT "Strategy Tutorial";
The expiration date can't be earlier than today.
Example:
ALTER EMAILSUBSCRIPTION "TestSubscription" EXPIRATIONDATE 9/17/3000 IN PROJECT "Strategy Tutorial";