---
title: "Update Execution"
method: PUT
path: "/executions/{execution_id}"
tags: ["executions"]
---

# Update Execution

`PUT /executions/{execution_id}`

## Path parameters

- `execution_id` string, uuid, required

## Request body

- union
  - ResumeExecutionRequest
    - `status` 'running'
    - `input` object, nullable
  - StopExecutionRequest
    - `status` 'cancelled'
    - `reason` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/julep-ai/apis/julep-agents-api.md) · [All operations](https://skmtc.net/julep-ai/apis/julep-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/julep-ai/julep-agents-api/versions/21c8182519ef/schema)
