---
title: "取消知识解析"
method: POST
path: "/knowledge/{id}/cancel-parse"
tags: ["知识管理"]
---

# 取消知识解析

`POST /knowledge/{id}/cancel-parse`

取消进行中的知识解析任务。当前已写入的 chunk / 索引保留，可通过 reparse 接口重新触发解析。已完成 / 已失败 / 删除中的知识不支持取消。

## Path parameters

- `id` string, required

## Response `200`

取消已提交

- object

## Other responses

- `400` — 状态不支持取消
- `403` — 权限不足
- `404` — 知识不存在

## Changes

- **2026-06-05** `e7c0c953963b` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/knowledge/:id/cancel-parse/post.md)

---

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