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
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
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Launch ID |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
is_hardstop | boolean | no |
Response
201Created
No response body.
Updated