zeabur-restart
Installation
SKILL.md
Zeabur Service Restart
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis 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