Shut down the node
POST/v1/node/shutdown
Shut down the node
Request
Responses
- 200
- 401
The node has been shut down
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...