Skip to main content
POST
Deploy model to Ray object store

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Path Parameters

namespace_id
string
required
model_id
string
required

Response

Successful Response

Response model for model deployment.

Deploying a model pre-loads the weights into the Ray object store, making them available for zero-copy access by plugins.

success
boolean
required

Whether deployment succeeded

model_id
string
required

Model identifier

namespace_id
string
required

Namespace ID

deployment_status
string
required

Deployment status (deployed, failed)

message
string
required

Status message

cached
boolean
default:false

Whether model is cached in object store