Skip to main content
Question

Is there any API to stop bot execution?

  • August 26, 2022
  • 3 replies
  • 324 views

Is there any API to stop bot execution?

3 replies

Forum|alt.badge.img+5
  • Navigator | Tier 3
  • August 30, 2022

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


  • Author
  • Cadet | Tier 2
  • August 30, 2022

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.


Forum|alt.badge.img+5
  • Navigator | Tier 3
  • August 30, 2022

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.