---
title: "Reset Workflow"
method: POST
path: "/v1/workflows/executions/{execution_id}/reset"
tags: ["workflows.executions"]
---

# Reset Workflow

`POST /v1/workflows/executions/{execution_id}/reset`

Reset Workflow

## Path parameters

- `execution_id` string, required

## Request body

- ResetInvocationBody
  - `event_id` integer, required — The event ID to reset the workflow execution to
  - `reason` string, nullable — Reason for resetting the workflow execution
  - `exclude_signals` boolean — Whether to exclude signals that happened after the reset point
  - `exclude_updates` boolean — Whether to exclude updates that happened after the reset point

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
