I am trying to stop the bamboo assemblies (which are currently running) if they convey a specific use case.
I have a list of assemblies that I need to stop. Now I want to send a REST request to stop the assembly, very similar to the "Stop assembly" button, which is located in the upper right corner of the assembly (see. Image). 
In the REST API documentation, I saw only this, which stops the assembly only if it is queued.
https://docs.atlassian.com/bamboo/REST/3.3-SNAPSHOT/
/queue/{projectKey}-{buildKey}-{buildNumber}
Stop the assembly, but only if the assembly is not already running - so if it is waiting in the assembly queue. If the assembly no longer exists in the queue, the method has no effect.
I need a way to stop RUNNING builds. Any help would be greatly appreciated.
rest atlassian bamboo
Scott B
source share