zeabur-restart
Original:🇺🇸 English
Translated
Use when restarting a Zeabur service. Use when user says "restart", "reboot service", or "service is stuck/frozen".
13installs
Sourcezeabur/agent-skills
Added on
NPX Install
npx skill4agent add zeabur/agent-skills zeabur-restartTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Zeabur Service Restart
Always useto invoke Zeabur CLI. Never usenpx zeabur@latestdirectly or any other installation method. Ifzeaburis not available, install Node.js first.npx
Restart a Service
bash
npx zeabur@latest service restart --id <service-id> -y -i=falseAlways use (service ID), not — name lookup is unreliable.
--id--nameWorkflow
bash
# 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=falseTo diagnose why a restart was needed, use the skill to check logs.
zeabur-deployment-logs