zeabur-restart

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zeabur-restart" with this command: npx skills add zeabur/zeabur-claude-plugin/zeabur-zeabur-claude-plugin-zeabur-restart

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
npx zeabur@latest service list --project-id <project-id> -i=false

# 2. Restart
npx zeabur@latest service restart --id <service-id> -y -i=false

See Also

  • zeabur-service-list — get service IDs needed for restart
  • zeabur-deployment-logs — check logs to diagnose why a restart was needed

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

zeabur-template

No summary provided by upstream source.

Repository SourceNeeds Review
General

zeabur-domain-url

No summary provided by upstream source.

Repository SourceNeeds Review
General

zeabur-deployment-logs

No summary provided by upstream source.

Repository SourceNeeds Review
General

zeabur-variables

No summary provided by upstream source.

Repository SourceNeeds Review