ElectroNeek Documentation

Stop current Bot Runner

This stops the launch on the particular Bot Runner.


posthttps://api.{region}.electroneek.com/v1/orchestrator/bot-runner/{id}/stop

{region} may be: na, cis, apac, latam, emea

Authentication

Use an API Token from the Orchestrator → Integrations page. Send it as a bearer token: Authorization: Bearer <token>.

path parameters

NameTypeRequiredDescription
idstringyesBot Runner ID

Request body

NameTypeRequiredDescription
is_hardstopbooleanno

Response

200Success

No response body.

Updated