zeabur

zeabur-service-list

Use when needing service IDs for other commands. Use when checking what services exist in a project.

zeabur 32 9 Updated 1mo ago
GitHub

Install

npx skillscat add zeabur/zeabur-claude-plugin/zeabur-service-list

Install via the SkillsCat registry.

SKILL.md

Zeabur Service List

Get Service IDs

# 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

     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.