Deployments
A Deployment is the record of a model or Actor being made available in a namespace. Every time you add an endpoint to a namespace — whether it's a provider model, an Actor you uploaded, or a package you installed — CleverThis creates a deployment record that tracks the status, configuration, and activity of that endpoint over time.
The Deployments page gives you a unified view of everything currently deployed in your workspace, along with historical deployments that have been stopped or failed. It is the operational dashboard for your AI infrastructure: if something is misbehaving, this is where you look first.
What's in this section
- Deployment Lifecycle — the states a deployment moves through from creation to termination
What a deployment record contains
Each deployment record shows:
| Field | Description |
|---|---|
| Name | The endpoint alias or model ID |
| Namespace | Which namespace this is deployed in |
| Type | provider, actor, or package |
| Status | pending, running, stopping, stopped, failed |
| Version | For Actors/packages, the YAML version or package semver |
| Created | When the deployment was created |
| Last request | Timestamp of the most recent API call hitting this endpoint |
| Request count | Total requests in the current period |
Stopping and restarting
You can stop a deployment at any time from the Deployments page or the namespace detail view. Stopping a deployment removes the endpoint from the callable model list without deleting the deployment record. You can restart a stopped deployment to make it callable again.
Deployment rollback (reverting to a previous Actor version) is being added to the deployment detail view.