---
title: "Update a workflow"
method: PUT
path: "/workflows/{workflowID}"
tags: ["Workflows"]
---

# Update a workflow

`PUT /workflows/{workflowID}`

Applies a partial update (name, platform, status, ocr_engine). Org-scoped — workflows in other orgs return 404.

## Path parameters

- `workflowID` string, required — workflow identifier

## Request body

- WorkflowWorkflowUpdateRequest
  - `name` string
  - `ocr_engine` string
  - `platform` string
  - `status` string

## Response `200`

OK

- WorkflowWorkflowResponse
  - `stats` WorkflowWorkflowStats, required
    - `success_rate` number, double, required
    - `total_runs` integer, required
  - `workflow` WorkflowWorkflowSummary, required
    - `create_date` string, date-time, required
    - `goal` string, required
    - `id` string, required
    - `last_run_at` string, date-time, nullable, required
    - `name` string, required
    - `ocr_engine` string, required
    - `organization_id` string, nullable, required
    - `platform` string, required
    - `status` string, required
    - `update_date` string, date-time, required
    - `user_id` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.net/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/versions/d7ecf9466d6d/schema)
