Zum Hauptinhalt springen

Trigger a runtime action belonging to an app installation

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

This endpoint is deprecated and will be removed in a future version. No AppInstallation supports runtime actions, making this endpoint non-functional.

Request

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

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/app-installations/string/actions/start