# Restarts Flux daemon Tries to restart Flux daemon running on the Flux node the call is run against. Flux daemon is firstly stopped and then started without any extra parameters. Endpoint: GET /flux/restartdaemon Version: 6.6.1 Security: ZelID ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.message` (string) Explanation of status ## Response 401 fields (application/json): - `status` (string) Enum: "error" - `data` (object) - `data.name` (string) Example: "UnauthorizedAccess" - `data.message` (string) Example: "Unauthorized. Invalid signature or insufficient privilege." - `data.code` (string) Example: "UNAUTHORIZED" ## Response 500 fields (application/json): - `status` (string) Enum: "error" - `data` (object) - `data.name` (string) Example: "InternalError" - `data.message` (string) Example: "Internal server error occurred" - `data.code` (string) Example: "INTERNAL_ERROR"