v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Custom Models

Enable org model for namespace

Enable an org-level model for this namespace.

This creates a namespace-specific deployment record for the model, allowing it to be used within this namespace. Optionally deploys the model to Ray immediately.

Note: The model must first be registered at the organization level via POST /models/uploads.

post/v1/namespaces/{namespace_id}/models/org/{model_id}/enable

Path parameters

namespace_idstring required
model_idstring required

Request body

deployboolean

Whether to deploy the model to Ray immediately after enabling

Response

Successful Response

successboolean required

Whether operation succeeded

model_idstring required

Model identifier

namespace_idstring required

Namespace where model was enabled

deployment_statusstring required

Deployment status (deployed, pending, skipped)

messagestring required

Status message