v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Automations

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

status'active' | 'inactive' | 'paused' required

Desired status for the automation.

Example request

{
  "status": "paused"
}

Response

Status updated successfully. No response body.