Skip to main content
POST
/
api
/
push
curl http://localhost:11434/api/push -d '{
"model": "my-username/my-model"
}'
{
  "status": "success"
}

Body

application/json
model
string
required

Name of the model to publish

insecure
boolean

Allow publishing over insecure connections

stream
boolean
default:true

Stream progress updates

Response

Push status updates.

status
string

Current status message