From zeabur
Restarts Zeabur services via npx zeabur CLI using service ID. Provides workflow to list services first. Use for stuck, frozen services or restart requests.
npx claudepluginhub zeabur/agent-skills --plugin zeaburThis skill uses the workspace's default tool permissions.
> **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.
Lists services in a Zeabur project to retrieve IDs, names, types for commands like variable management, logs, restarts. Uses npx zeabur@latest service list.
Triages Replit deployment failures, database issues, and platform outages using status checks, health endpoints, logs, and decision trees.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
npx zeabur@latest service restart --id <service-id> -y -i=false
Always use --id (service ID), not --name — name lookup is unreliable.
# 1. Get service ID (use the `zeabur-service-list` skill)
npx zeabur@latest service list --project-id <project-id> -i=false
# 2. Restart
npx zeabur@latest service restart --id <service-id> -y -i=false
To diagnose why a restart was needed, use the zeabur-deployment-logs skill to check logs.