Skip to main content
POST
/
cron-jobs
/
{id}
/
execute
Execute cron job manually
curl --request POST \
  --url https://app.azalt.co/api/v1/cron-jobs/{id}/execute \
  --header 'Authorization: Bearer <token>'
{
  "executionId": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Minimum string length: 1

Response

Successful response

executionId
string
required
message
string
required