Concept
A deployment is a thin layer:- Pointer to a model: each deployment points to one registered model + version
- Active flag: deployments can be toggled active or inactive without being deleted
- Quota tracker: prediction usage is metered per deployment per month
Deployments page
Go to Deployments in the project sidebar.
Tabs
Creating a deployment
Click New deployment to open the create dialog.
When you select a model, a preview appears showing the model name, version, and target property.
Click Deploy. The deployment is created in Active state by default.
Validation errors
A deployment for this model already exists
A deployment for this model already exists
Each model version can have at most one deployment at a time. Either deactivate the existing one or pick a different model version.
Model not ready
Model not ready
The model is still building or failed to build. Wait for status Ready before deploying.
Active deployment limit reached
Active deployment limit reached
Your plan limits how many active deployments you can have. Deactivate one to free up the slot, or upgrade.
Active vs inactive
Toggle the switch on a deployment row to activate or deactivate it.
Toggle off to pause predictions without losing the deployment configuration. API keys, prediction logs, and usage history are preserved.
Activating a deployment counts against your plan’s
max_active_deployments limit. If the limit is reached, the toggle is disabled until you deactivate another deployment or upgrade.Deployment detail
Click a deployment row to open its detail page.
Usage quotas
Two cards at the top showing this month’s prediction usage:
Each card shows used / limit and the date when the quota resets.
Tabs
See dedicated pages for Web predictions, API predictions, and API keys.
Deleting a deployment
In the Overview tab, scroll to the danger zone and click Delete. A confirmation dialog asks before anything is removed.Plan limits
Your plan limits:
Quotas reset at the start of each billing period.