---
title: "Run an automation now"
method: POST
path: "/automations/{id}/run"
tags: ["Automations"]
---

# Run an automation now

`POST /automations/{id}/run`

Runs immediately, as the automation's owner. Pass dryRun to record what each step would do without touching anything outside Termix.

## Path parameters

- `id` integer, required

## Request body

- object
  - `dryRun` boolean

## Response `200`

The run outcome.

## Other responses

- `404` — Automation not found.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
