---
title: "retriggerAction"
method: POST
path: "/v1/automation/executions/{execution_id}/{action_id}/retrigger"
tags: ["executions"]
---

# retriggerAction

`POST /v1/automation/executions/{execution_id}/{action_id}/retrigger`

Retry a specific automation execution action which failed / is stuck.

## Path parameters

- `execution_id` string, required
- `action_id` string, required

## Request body

- RetryReq
  - `condition_id` string — The condition id to retry when retry strategy is RETRY_ALL_PARENT_CONDITION_ACTIONS
  - `retry_strategy` 'RETRY_AND_RESUME' | 'RETRY_AND_STOP' | 'RETRY_ALL_PARENT_CONDITION_ACTIONS' — different behaviors for retrying failed execution actions.

## Response `200`

action re-triggered with success

## Other responses

- `403` — The requested resource is forbidden
- `404` — The requested resource was not found

---

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