v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBAutomations
Update automation status
Toggles the status of an automation between active and inactive.
patch/automations/{automation_id}/status
Path parameters
automation_idstring required
Automation identifier.
Request body
Example request
{
"status": "paused"
}Response
Status updated successfully. No response body.