---
title: "Push a model"
method: POST
path: "/api/push"
---

# Push a model

`POST /api/push`

## Request body

- PushRequest
  - `model` string, required — Name of the model to publish
  - `insecure` boolean — Allow publishing over insecure connections
  - `stream` boolean — Stream progress updates

## Response `200`

Push status updates.

- StatusResponse
  - `status` string — Current status message

---

[API](https://skmtc.net/ollama/apis/ollama-api.md) · [All operations](https://skmtc.net/ollama/apis/ollama-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ollama/ollama-api/versions/9c660bb9a714/schema)
