Stop

You can stop application archives that are running on an engine by REST method by submitting a cURL expression to the Silver Fabric broker. You must know the Engine-Id, Engine-Instance, and the full application ArchiveName.

curl -u UserName:Password 
     -X POST 
     -H "Accept:application/json" 
     -H "Content-type: multipart/form-data" \ 
     -v "http://<YourSFBroker.com>:<port>/livecluster/rest/v1/sf/engines/{engine-id}/{engine-instance}/archives/{appname} /{archive-id}/stop"

Refer to the Start method for a description on how to obtain the values of {engine-id}, {engine-instance}, and {appname}.