---
title: "Unharden Deployment"
method: POST
path: "/v1/workflows/deployments/{deployment_id}/unharden"
tags: ["workflows.deployments"]
---

# Unharden Deployment

`POST /v1/workflows/deployments/{deployment_id}/unharden`

Unharden Deployment

## Path parameters

- `deployment_id` string, uuid, required

## Query parameters

- `workspace_id` string, uuid, nullable — Workspace ID to scope the request to. Defaults to the caller's context.

## Response `204`

Successful Response

## Other responses

- `403` — Deployment owner or workspace administrator required
- `404` — Deployment not found
- `409` — Deployment has an on-behalf-of workflow registration
- `422` — A workflow registration definition could not be validated

## Changes

- **2026-09-23** `fa73befe1c61` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/workflows/deployments/:deployment_id/unharden/post.md)

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mistral/apis/mistral-ai-api/revisions/fa73befe1c61?raw)
