Node/Service
Systemd service management on a target node.
List all services
List all systemd services on the target node.
Create a service unit file
Create a new systemd service unit file on the target node.
Get service details
Get detailed information about a specific service on the target node.
Update a service unit file
Update an existing systemd service unit file on the target node.
Delete a service unit file
Delete a systemd service unit file from the target node.
Start a service
Start a systemd service on the target node.
Stop a service
Stop a systemd service on the target node.
Restart a service
Restart a systemd service on the target node.
Enable a service
Enable a systemd service on the target node so it starts on boot.
Disable a service
Disable a systemd service on the target node so it does not start on boot.