services/manage
Start, stop, restart, reload, enable, or disable systemd services on a Linux host. Perform service management actions directly via MCP.
Instructions
Control systemd services (start, stop, restart, enable, disable). To get detailed service properties and state, read the service://{name}/status resource. To view service logs, use the logs/journal-control tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on the service | |
| service | Yes | Service name (e.g., 'kubelet.service') | |
| privileged | No | Run as root |