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
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Bot Runner ID |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
is_hardstop | boolean | no |
Response
200Success
No response body.
Updated