We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec039e6 commit 210d050Copy full SHA for 210d050
lib/bitcoin-core/README.md
@@ -324,6 +324,20 @@ Keep your node healthy by monitoring logs and configurations:
324
- Regularly rotate secrets and always remove old `rpcauth` entries before restarting the node.
325
- Use **CloudWatch** to monitor node performance and detect issues promptly.
326
327
+---
328
+
329
+### Cleaning up
330
+To destroy the single node and HA configurations, you can run the following commands:
331
332
+```
333
+#Delete Single Node Infra
334
+cdk destroy SingleNodeBitcoinCoreStack
335
336
+#Delete HA Infra
337
+cdk destroy HABitcoinCoreNodeStack
338
339
340
341
---
342
343
### Conclusion
0 commit comments