run_automation
Fire an automation now (manual trigger).
Request
POST /api/v1/ops/projects/{project}/automations/{automationId}/runParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/automations/$AUTOMATION/run"testvibe automations run $AUTOMATIONResponse
{
"automationRunId": 91,
"status": "dispatched",
"dispatched": true,
"runId": 318,
"reason": null
}Errors
HTTP
When
Last updated
Was this helpful?
