Skip to main content
POST
/
v1
/
namespaces
/
{namespace_id}
/
plugins
/
{plugin_id}
/
deploy
Deploy or redeploy a plugin
curl --request POST \
  --url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins/{plugin_id}/deploy
{
"status": "queued",
"message": "Plugin queued for deployment. Deployment will start within 30 seconds.",
"deployment_name": "custom_plugin_my_plugin_1_0_0",
"route_prefix": "/inference/custom_plugin_my_plugin_1_0_0",
"estimated_completion_seconds": 210,
"queue_position": 1,
"deployment_method": "anyscale_blue_green",
"status_endpoint": "/namespaces/ns_xxx/plugins/my_plugin_1_0_0/status"
}

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Path Parameters

namespace_id
string
required
plugin_id
string
required

Response

Plugin deployed successfully

The response is of type Response Deploy Plugin V1 Namespaces Namespace Id Plugins Plugin Id Deploy Post · object.