Automations

Terminate Automation

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

post/api/v1/automation_executions/{id}/actions/terminate

Path parameters

idstring int64 required

The unique identifier of the automation execution to terminate.

Request body

C1ApiAutomationsV1TerminateAutomationRequestInput required

The TerminateAutomationRequest message.

Response

Successful response

C1ApiAutomationsV1TerminateAutomationResponse required

The TerminateAutomationResponse message.

Changes

Changed in 1 of the 33 revisions of this API.1