---
title: "移除节点污点"
method: DELETE
path: "/api/v1/k8s/cluster/{id}/nodes/{nodeName}/taints"
tags: ["K8s节点管理"]
---

# 移除节点污点

`DELETE /api/v1/k8s/cluster/{id}/nodes/{nodeName}/taints`

移除指定节点的污点

## Path parameters

- `id` integer, required
- `nodeName` string, required

## Request body

- ModelRemoveTaintRequest
  - `effect` string
  - `key` string, required

## Response `200`

移除成功

- ResultResult
  - `code` integer — 状态码
  - `data` unknown
  - `message` string — 提示信息

## Other responses

- `400` — 参数错误
- `404` — 节点不存在
- `500` — 服务器错误

---

[API](https://skmtc.dev/opsre/apis/devops.md) · [All operations](https://skmtc.dev/opsre/apis/devops/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opsre/devops/revisions/25cac8835c4c/schema)
