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.

Changes