Update RPC Node Flex
PATCH/v1/rpc_nodes/flex/{node_id}
Update an existing RPC Node Flex
Update RPC Node Flex
curl https://api.nirvanalabs.io/v1/rpc_nodes/flex/$NODE_ID \
-X PATCH \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY" \
-d '{
"name": "my-ethereum-node",
"tags": [
"production",
"ethereum"
]
}'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"blockchain": "ethereum",
"created_at": "2025-01-01T00:00:00Z",
"endpoint": "https://ethereum-mainnet.nirvanalabs.xyz/my-ethereum-node-abc12?apikey=apiKey",
"name": "my-ethereum-node",
"network": "mainnet",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"tags": [
"production",
"ethereum"
],
"updated_at": "2025-01-01T00:00:00Z"
}Returns Examples
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"blockchain": "ethereum",
"created_at": "2025-01-01T00:00:00Z",
"endpoint": "https://ethereum-mainnet.nirvanalabs.xyz/my-ethereum-node-abc12?apikey=apiKey",
"name": "my-ethereum-node",
"network": "mainnet",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"tags": [
"production",
"ethereum"
],
"updated_at": "2025-01-01T00:00:00Z"
}