curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"reason": "Paused during vault migration"
}' \
/api/v1/schedules/curator-hourly/pause
{
"message": "Schedule paused"
}
Pause a workflow schedule
curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"reason": "Paused during vault migration"
}' \
/api/v1/schedules/curator-hourly/pause
{
"message": "Schedule paused"
}
curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"reason": "Paused during vault migration"
}' \
/api/v1/schedules/curator-hourly/pause
{
"message": "Schedule paused"
}
Was this page helpful?