Skip to main content

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

What a deployment record contains

Each deployment record shows:

FieldDescription
NameThe endpoint alias or model ID
NamespaceWhich namespace this is deployed in
Typeprovider, actor, or package
Statuspending, running, stopping, stopped, failed
VersionFor Actors/packages, the YAML version or package semver
CreatedWhen the deployment was created
Last requestTimestamp of the most recent API call hitting this endpoint
Request countTotal 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.

Coming soon

Deployment rollback (reverting to a previous Actor version) is being added to the deployment detail view.