Update a sysctl parameter
PUT/api/node/:hostname/sysctl/:key
Update an existing sysctl kernel parameter on the target node. Fails if the key is not currently managed. This operation is idempotent — updating with the same value results in no change.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Sysctl parameter updated.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Sysctl entry not found.
Error updating sysctl parameter.