Skip to main content
Pausing an app stops its workloads together. Stopping one deployment takes a single service offline. Container commands act on individual instances. An active deployment may replace a container you stop.

lazycloud app

An app is addressed by name or id. In the syntax below, replace uppercase names, and drop the square brackets when you pass an optional flag.

lazycloud deployment

A deployment is addressed by name or id. scale pins a pod deployment to a container count and refuses other kinds. Functions and endpoints scale from the autoscaler on their decorator. See Scaling and concurrency. These commands inspect and operate deployments. Resources and autoscaler settings live in the Python definition, and each deploy applies them.

lazycloud container

To change your default workspace, run uv run lazycloud workspace use <name>. Commands with a --workspace option can override it for one call.