Skip to main content

Trigger a runtime action belonging to an app installation

POST /v2/app-installations/{appInstallationId}/actions/{action}/
v2
POST
app-execute-action

Request

  • appInstallationIdstring
    required
  • actionstring (one of: start, stop, restart)
    required

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/app-installations/string/actions/start