Automations
Pause Automation
Pause an automation (removes the cron job but retains the config)
PUT
Pause Automation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pause an automation (removes the cron job but retains the config)
curl --request PUT \
--url https://api.oviond.com/v1/automations/:id/pause \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request PUT \
--url https://api.oviond.com/v1/automations/:id/pause \
--header 'Authorization: Bearer <token>'{
"success": true
}