Shutting Down the SAP Adapter

I have a requirement to shutdown an SAP Adapter from a service flow. Clearly that’s possible because it is done via the SAP Server Admin .dsp. Does anyone, off hand, know how to do it?

The SAP adapter uses startup & shutdown services to initialize and release resources. Typically adapters follow the form of sap.admin:shutdown for the service. Just browse the SAP adapter’s namespace of services to find out which one.

FYI – any ongoing requests will fail, you’ll need to ensure that this is ok.