Skip to content
  • Auto
  • Light
  • Dark
Get Started

Terminate

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

Invokes the c1.api.automations.v1.AutomationExecutionActionsService.TerminateAutomation method.

Path Parameters
idstring

The id field.

formatint64
Body Parameters
bodyunknown
optional

The TerminateAutomationRequest message.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/automation_executions/$ID/actions/terminate \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}