---
title: "Updates the status of an existing automation workflow rule."
method: PATCH
path: "/rules/{ruleId}/status"
tags: ["Automation Workflow Rules"]
---

# Updates the status of an existing automation workflow rule.

`PATCH /rules/{ruleId}/status`

Updates the status of an existing automation workflow rule. The status must be one of the following: `PUBLISHED` or `PAUSED`.

## Path parameters

- `ruleId` string, required

## Request body

- UpdateStatusAutomationWorkflowRuleBody
  - `status` string, required

## Response `204`

## Other responses

- `400`
- `401`
- `404`
- `409`

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
