Question

Is there any API to stop bot execution?

  • 26 August 2022
  • 3 replies
  • 226 views

Is there any API to stop bot execution?

3 replies

Please check the below documentation:

 

https://<your Control Room URL>/swagger/ui/?url=/swagger/api/v3/wlm-api-supported.yaml#/automations/put_automations__id_

 

 

image

Hi @Ikshit Dhawan​ , thank you for the suggestion! Did some tests and unfortunately automations in this case seem to refer to the schedules defined in the dashboard, not the bot executions.

Exploring the documentation, I find we can only check the status of the deployment using deployment ID but pausing and stopping the current execution is something not possible as of now using API.

Reply