Zeabur Service List
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Get Service IDs
npx zeabur@latest service list --project-id <project-id> -i=false
Output Example
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> -t runtime |
| Restart service | service restart --id <id> -y |
Always use --id not --name — name lookup is unreliable.
See Also
zeabur-update-service— update env vars on a specific servicezeabur-variables— manage environment variableszeabur-restart— restart a servicezeabur-deployment-logs— view service logs