Loading...
Loading...
Use when restarting a Zeabur service. Use when user says "restart", "reboot service", or "service is stuck/frozen".
npx skill4agent add zeabur/agent-skills zeabur-restartAlways useto invoke Zeabur CLI. Never usenpx zeabur@latestdirectly or any other installation method. Ifzeaburis not available, install Node.js first.npx
npx zeabur@latest service restart --id <service-id> -y -i=false--id--name# 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=falsezeabur-deployment-logs