zeabur-update-service

Update Zeabur service configurations and environment variables via npx.

40|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-update-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeabur-update-service
Source: https://github.com/zeabur/zeabur-claude-plugin/tree/main/skills/zeabur-update-service
Command: npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-update-service

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to modify service configurations, such as environment variables, without requiring a full redeployment of the service, saving time and resources.

Core Features & Use Cases

  • Environment Variable Management: Add, update, or change environment variables for a running service.
  • Configuration Updates: Modify service settings like ports or URLs.
  • Targeted Restarts: Restart only the affected service after configuration changes.
  • Use Case: You've identified a typo in a database password environment variable. Use this Skill to correct it and restart the service without redeploying your entire application stack.

Quick Start

Use the zeabur-update-service skill to update the API_KEY environment variable for service ID 'svc-123' to 'new-api-key-value'.

Frequently Asked Questions about zeabur-update-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update environment variables without redeploying my service?

To update environment variables without redeploying your service, you can use the zeabur-update-service skill to apply targeted configuration changes and restart only the affected service. This avoids triggering a full application stack redeployment.

Can I modify Zeabur service configurations like ports or URLs without a full redeploy?

Yes, you can modify Zeabur service configurations like ports or URLs without a full redeploy. The skill facilitates targeted modifications to service settings, applying changes through a localized service restart rather than a complete redeployment cycle.

Do I need the Zeabur CLI to change environment variables for a running service?

Yes, you need the Zeabur CLI to change environment variables for a running service. The skill requires the Zeabur CLI to be invoked via npx to execute variable creation and perform targeted service restarts.

How do I restart a single service after fixing a configuration typo in Zeabur?

To restart a single service after fixing a configuration typo in Zeabur, use the skill to apply the corrected environment variable and issue a targeted restart. This isolates the update to the affected service without impacting the entire stack.

What is the best way to apply a new API key environment variable to a Zeabur service?

The best way to apply a new API key environment variable to a Zeabur service is using the zeabur-update-service skill. It updates the specific variable for your service ID and restarts that service to apply the change immediately.

Why does updating service configuration require a targeted restart instead of a full redeployment?

Updating service configuration requires a targeted restart instead of a full redeployment to save time and resources. By restarting only the affected service after modifying settings, the skill prevents unnecessary downtime for the rest of your application stack.