---
title: "Install model"
method: POST
path: "/manager/queue/install_model"
---

# Install model

`POST /manager/queue/install_model`

Queues installation of a model

## Request body

- ModelMetadata
  - `name` string — Name of the model
  - `type` string — Type of model
  - `base` string — Base model type
  - `save_path` string — Path for saving the model
  - `url` string — Download URL
  - `filename` string — Target filename
  - `ui_id` string — ID for UI reference

## Response `200`

Installation queued successfully

## Other responses

- `400` — Invalid model request
- `403` — Security policy violation

---

[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)
