zeabur-service-list

List Zeabur project services and retrieve their unique identifiers.

40|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-service-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeabur-service-list
Source: https://github.com/zeabur/zeabur-claude-plugin/tree/main/skills/zeabur-service-list
Command: npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-service-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find the IDs of your Zeabur services, which are essential for performing other operations like checking variables, viewing logs, or restarting a service.

Core Features & Use Cases

  • List Services: View all services running within a specific Zeabur project.
  • Get Service IDs: Retrieve the unique identifier for each service.
  • Use Case: You need to restart your 'api' service, but you only know its name. Use this Skill to get its service ID, then use that ID to execute the restart command.

Quick Start

Use the zeabur-service-list skill to list all services in the current project.

Frequently Asked Questions about zeabur-service-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Zeabur services and get their IDs using the CLI?

To list Zeabur services and get their IDs, invoke the Zeabur CLI via `npx zeabur@latest` to view all services running within a specific project and retrieve their unique identifiers for subsequent operations.

Why do I need the service ID for Zeabur CLI operations?

You need the service ID to execute subsequent Zeabur CLI operations such as variable management, log retrieval, or service restarts. The unique identifier targets the specific service you want to manage within your project.

Can I find a Zeabur service ID by name to restart it?

Yes, you can find a Zeabur service ID by its name. List all services in the current project to retrieve the unique identifier, then use that ID to execute the restart command for the targeted service.

What's the best way to retrieve unique identifiers for all services in a Zeabur project?

The best way to retrieve unique identifiers for all services in a Zeabur project is by listing the services through the Zeabur CLI. This provides a complete view of running services and their corresponding IDs for reference.

Do I need to install the Zeabur CLI globally to list project services?

No, you do not need to install the Zeabur CLI globally. You can list project services and get their IDs by invoking the CLI directly via `npx zeabur@latest`, which handles the execution without a permanent global installation.