---
title: "Terminate Automation"
method: POST
path: "/api/v1/automation_executions/{id}/actions/terminate"
tags: ["Automations"]
---

# Terminate Automation

`POST /api/v1/automation_executions/{id}/actions/terminate`

Terminate a running automation execution asynchronously, stopping it and marking it as terminated.

## Path parameters

- `id` string, int64, required — The unique identifier of the automation execution to terminate.

## Request body

- C1ApiAutomationsV1TerminateAutomationRequestInput — The TerminateAutomationRequest message.

## Response `200`

Successful response

- C1ApiAutomationsV1TerminateAutomationResponse — The TerminateAutomationResponse message.

## Changes

- **2025-05-30** `d5c56e8615fe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/automation_executions/:id/actions/terminate/post.md)

---

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