Enable a service
POST/api/node/:hostname/service/:name/enable
Enable a systemd service on the target node so it starts on boot.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Service enabled.
Bad request - validation error.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error enabling service.