---
title: "POST /api/v1/executions/{id}/re_run"
method: POST
path: "/api/v1/executions/{id}/re_run"
---

# POST /api/v1/executions/{id}/re_run

`POST /api/v1/executions/{id}/re_run`

Create a new execution.

## Path parameters

- `id` string, required

## Query parameters

- `show_secrets` boolean

## Request body

- object
  - `parameters` object
  - `tasks` unknown[]
    - unknown
  - `reset` unknown[]
    - unknown
  - `user` string
  - `delay` integer — How long (in milliseconds) to delay the execution before scheduling.

## Response `201`

Single action being created

## Other responses

- `default` — Unexpected error

---

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