Use when needing service IDs for other commands. Use when checking what services exist in a project. Use when user says "list services", "what's running", or "show my services".
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when needing service IDs for other commands. Use when checking what services exist in a project. Use when user says "list services", "what's running", or "show my services".
Zeabur Service List
Always use npx zeabur@latest to invoke Zeabur CLI. Never use zeabur directly or any other installation method. If npx is 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
npx zeabur@latest variable list --id <service-id> -i=false (use the zeabur-variables skill)
npx zeabur@latest service restart --id <id> -y (use the zeabur-restart skill)
Always use --id not --name — name lookup is unreliable.
Setting or updating variables? Load the zeabur-variables skill first for full syntax, known issues, and shell escaping rules. Do not guess CLI syntax — subcommands like set do not exist and will silently fail.