Skip to main content

Abort a cronjob execution

POST /v2/cronjobs/{cronjobId}/executions/{executionId}/actions/abort/
v2
POST
cronjob-abort-execution

Request

  • cronjobIdstring (uuid)
    required

    ID of the CronjobExecution to be aborted.

  • executionIdstring
    required

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/cronjobs/f0f86186-0a5a-45b2-aa33-502777496347/executions/cron-bd26li-28027320/actions/abort