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/{full_archive-name}/{archive-id}/stop"

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