ElectroNeek Documentation

Stop Launch

This stops the selected launch.


posthttps://api.{region}.electroneek.com/v1/orchestrator/launch/{id}/stop

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

Try it

Sent from your browser straight to the API — nothing passes through this site, and the api token is kept in this tab only.
path parameters
Fill in id to send this request.
cURL
curl --request POST \
  --url 'https://api.na.electroneek.com/v1/orchestrator/launch/{id}/stop' \
  --header 'Content-Type: application/json' \
  --data '{"is_hardstop": false}'

Authentication

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

path parameters

NameTypeRequiredDescription
idstringyesLaunch ID

Request body

NameTypeRequiredDescription
is_hardstopbooleanno

Response

201Created

No response body.

Updated