---
title: "Update automation status"
method: PATCH
path: "/automations/{automation_id}/status"
tags: ["Automations"]
---

# Update automation status

`PATCH /automations/{automation_id}/status`

Toggles the status of an automation between `active` and `inactive`.

## Path parameters

- `automation_id` string, required

## Request body

- V4AutomationStatusPatch
  - `status` 'active' | 'inactive' | 'paused', required — Desired status for the automation.

## Response `204`

Status updated successfully. No response body.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Feature not available
- `404` — Automation not found
- `415` — Unsupported Content-Type
- `429` — Rate limit exceeded
- `500` — Internal error
- `502` — Upstream service failure
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/revisions/e3f72cf8951c/schema)
