Zeabur Service List
Get Service IDs
bash
# Set project context first npx zeabur@latest context set project --id=<project-id> -i=false -y # List all services npx zeabur@latest service list -i=false
Output Example
code
ID NAME TYPE CREATEDAT -----------------+-------------+-------------+------------------ 696faeb192eadb... postgresql PREBUILT_V2 18 minute(s) ago 696faeb192eadb... api PREBUILT_V2 18 minute(s) ago 696faeb192eadb... web PREBUILT_V2 18 minute(s) ago
Common Use Cases
| Need | Command |
|---|---|
| Check variables | variable list --id <service-id> |
| View logs | deployment log --service-id <id> --env-id <env-id> |
| Restart service | service restart --id <id> --env-id <env-id> |
Always use --id not --name — name lookup is unreliable.