---
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/ac/apis/ollama-api.md) · [All operations](https://skmtc.net/ac/apis/ollama-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ac/ollama-api/versions/c2056a7f42d9/schema)
