Skip to main content
POST
/
containers
/
{containerId}
/
stop
cURL
curl --request POST \
  --url https://app.beam.cloud/api/v1/gateway/containers/{containerId}/stop \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "errorMsg": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

containerId
string
required

Response

A successful response.

ok
boolean
errorMsg
string
I