Skip to main content
POST
/
api
/
apps
/
beta
/
apps
/
{appId}
/
versions
/
{versionId}
/
stop
Stop App Version
curl --request POST \
  --url https://api.example.com/api/apps/beta/apps/{appId}/versions/{versionId}/stop \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

appId
string
required

The id of the app.

versionId
string
required

The id of the app version to stop.

Response

Success