Skip to main content
Glama

manage_workload

Destructive

Restart, scale, or rollback Kubernetes workloads (Deployments, StatefulSets, DaemonSets) by specifying action, kind, namespace, and name.

Instructions

Perform operations on a Kubernetes workload (Deployment, StatefulSet, or DaemonSet). Supported actions: 'restart' triggers a rolling restart, 'scale' changes the replica count (requires 'replicas' parameter), 'rollback' reverts to a previous revision (requires 'revision' parameter). Use list_resources or get_dashboard first to identify the target.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesaction to perform: restart, scale, or rollback
kindYesworkload kind: deployment, statefulset, or daemonset
namespaceYesworkload namespace
nameYesworkload name
replicasNotarget replica count (required for scale)
revisionNotarget revision number (required for rollback)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/skyhook-io/radar'

If you have feedback or need assistance with the MCP directory API, please join our Discord server