---
title: "Disable custom node"
method: POST
path: "/manager/queue/disable"
---

# Disable custom node

`POST /manager/queue/disable`

Disables a custom node without uninstalling it

## Request body

- NodePackageMetadata
  - `title` string — Display name of the node package
  - `name` string — Repository/package name
  - `files` string[] — Source URLs for the package
  - `description` string — Description of the node package functionality
  - `install_type` 'git' | 'copy' | 'pip' — Installation method
  - `version` string — Version identifier
  - `id` string — Unique identifier for the node package
  - `ui_id` string — ID for UI reference
  - `channel` string — Source channel
  - `mode` string — Source mode

## Response `200`

Disable operation queued successfully

---

[API](https://skmtc.net/comfy-org/apis/comfyui-manager-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfyui-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfyui-manager-api/versions/48f8d9cf8c44/schema)
