lc services
List all running LocalCloud services with their status and connection information.Usage
Aliases
lc svcs
lc ls
Flags
Flag | Description | Default |
---|---|---|
--json | Output in JSON format | false |
--detailed | Show detailed information including service types | false |
Examples
List all services
Detailed view
JSON output
Output Formats
Simple View (Default)
Detailed View
JSON Format
Service Information
The command shows:- SERVICE: Service name
- TYPE: Service type (ai, database, cache, storage)
- MODEL: AI model name (for AI services only)
- PORT: Port number the service is listening on
- URL: Full connection URL
- STATUS: Current status (running, stopped, error)
Service Types
Type | Services |
---|---|
ai | Ollama, LocalLlama |
database | PostgreSQL, pgvector |
cache | Redis (cache mode) |
queue | Redis (queue mode) |
storage | MinIO |
Status Indicators
running
- Service is active and healthystarting
- Service is starting upstopping
- Service is shutting downstopped
- Service is not runningerror
- Service encountered an error
Empty Project
If no services are running:Related Commands
lc start
- Start serviceslc stop
- Stop serviceslc status
- Detailed status with resource usagelc service
- Manage individual serviceslc ps
- List Docker containers