Skip to main content
DELETE
/
api
/
apps
/
beta
/
apps
/
{appId}
/
versions
/
{versionId}
/
instances
/
{instanceId}
Stop App Instance
curl --request DELETE \
  --url https://api.example.com/api/apps/beta/apps/{appId}/versions/{versionId}/instances/{instanceId} \
  --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 to stop an instance for.

versionId
string
required

The id of the app version to stop an instance for.

instanceId
string
required

The id of the app instance to stop.

Response

Success