curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"reason": "Vault migration complete"
}' \
/api/v1/schedules/curator-hourly/unpause
{
"message": "Schedule unpaused"
}
Resume a paused workflow schedule
curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"reason": "Vault migration complete"
}' \
/api/v1/schedules/curator-hourly/unpause
{
"message": "Schedule unpaused"
}
curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"reason": "Vault migration complete"
}' \
/api/v1/schedules/curator-hourly/unpause
{
"message": "Schedule unpaused"
}
Was this page helpful?