zeabur-restart

star 36

Use when restarting a Zeabur service. Use when user says "restart", "reboot service", or "service is stuck/frozen".

zeabur By zeabur schedule Updated 4/3/2026

name: zeabur-restart description: Use when restarting a Zeabur service. Use when user says "restart", "reboot service", or "service is stuck/frozen".

Zeabur Service Restart

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.

Restart a Service

npx zeabur@latest service restart --id <service-id> -y -i=false

Always use --id (service ID), not --name — name lookup is unreliable.

Workflow

# 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.

Install via CLI
npx skills add https://github.com/zeabur/agent-skills --skill zeabur-restart
Repository Details
star Stars 36
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator