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
- ○
endpoint added
endpoint-added
This revision also has 44 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○