Update a service unit file
PUT/api/node/:hostname/service/:name
Update an existing systemd service unit file on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Service unit file updated.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Service not found.
Error updating service unit file.