wf-scale

Manages WebAPI deployments by scaling, removing, and updating resources on-demand via REST API or graphical interface.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/willform-ai/willform-plugins --skill wf-scale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wf-scale
Source: https://github.com/willform-ai/willform-plugins/tree/main/skills/wf-scale
Command: npx skills add https://github.com/willform-ai/willform-plugins --skill wf-scale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the day-to-day management of your deployed applications on Willform Agent, allowing you to easily adjust resources, halt operations, or remove them entirely.

Core Features & Use Cases

  • Scale Deployments: Adjust the number of running instances for your applications.
  • Stop/Restart: Gracefully stop applications to save resources or restart them for updates or troubleshooting.
  • Delete Deployments: Permanently remove applications and associated resources.
  • Use Case: If your application experiences a surge in traffic, you can use this Skill to quickly scale up the number of replicas to handle the load. Conversely, during off-peak hours, you can scale down to zero to reduce costs.

Quick Start

Use the wf-scale skill to scale the deployment named 'my-app' to 5 replicas.

Frequently Asked Questions about wf-scale

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

FAQPage Schema
How do I scale Kubernetes deployment replicas up or down?

To scale Kubernetes deployment replicas, you adjust the number of running instances for your applications. This allows you to quickly increase capacity during traffic surges or scale down to zero during off-peak hours to reduce costs.

What is the best way to stop and restart Kubernetes deployments?

Stopping and restarting Kubernetes deployments involves gracefully halting applications to save resources or restarting them for updates. This process manages deployment operations directly via API interaction to control application state.

How do I delete a Kubernetes deployment and its associated resources?

Deleting a Kubernetes deployment permanently removes the application and its associated resources. You can execute this action using direct command-line arguments or interactive selection to target the specific deployment for deletion.

Can I manage Kubernetes deployments using command-line arguments?

Yes, you can manage Kubernetes deployments using direct command-line arguments. This approach allows you to specify the target deployment and execute operations like scaling, stopping, restarting, and deletion without relying solely on interactive prompts.

Does Kubernetes deployment management support interactive selection?

Yes, Kubernetes deployment management supports interactive selection. This feature enables you to choose specific deployments from a list to perform actions such as scaling replicas, stopping, restarting, or deleting them on the platform.

Why scale Kubernetes deployments down to zero instances?

Scaling Kubernetes deployments down to zero instances gracefully stops your applications to save resources. This is useful during off-peak hours to reduce operational costs while retaining the deployment configuration for future restarts.