---
title: "Apply a pending proposal"
method: POST
path: "/ai/proposals/{id}/apply"
tags: ["AI"]
---

# Apply a pending proposal

`POST /ai/proposals/{id}/apply`

Re-validates the stored payload and dispatches it through the same repository logic a manual action uses.

## Path parameters

- `id` integer, required

## Response `200`

Proposal applied.

## Other responses

- `400` — The proposal could not be applied.
- `404` — Proposal not found.

---

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