Skip to main content
Cadet | Tier 2
August 26, 2022
Question

Is there any API to stop bot execution?

  • August 26, 2022
  • 3 replies
  • 370 views
Is there any API to stop bot execution?

    3 replies

    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

    Goran.MAuthor
    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.

    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.