curl --request POST \
--url https://api.example.com/cabinet/admin/stats/nodes/{node_uuid}/restart \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Restart a node.
curl --request POST \
--url https://api.example.com/cabinet/admin/stats/nodes/{node_uuid}/restart \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}