Ravenode Documentation
  • About
  • Testnet
    • Tangle
      • 🖥️Installation
    • Union
      • 🖥️Installation
    • Waku
      • 🖥️Installation
    • Dusk
      • 🖥️Installation
      • 🔄Update
    • Stratis
      • 🖥️Installation
    • hyperbridge
      • 🖥️Installation
    • Initia
      • 🖥️Installation
    • Nubit
      • 🖥️Installation
    • Analog
      • 🖥️Installation
      • 🖥️Update Timechain Node
      • ⚠️Timechain Node Deletion
    • Dill
      • 🖥️Installation (Andes)
      • 🖥️Installation (Alps)
      • ⚠️Validator Deletion
    • Symphony
      • 🖥️Installation
      • 🖥️Oracle Voter Setup
      • 📝Cheat Sheet
      • ⚠️Node Deletion
    • Nillion Verifier
      • 🖥️Installation
      • 🖥️Update Verifier
      • ⚠️Verifier Deletion
Powered by GitBook
On this page
  • List Available Docker Container
  • Stop Analog Docker
  • Delete Analog Docker Container
  • Remove the Analog Docker Image
  • Remove Directory (Optional)
  1. Testnet
  2. Analog

Timechain Node Deletion

Proceed carefully when initiating this deletion process

List Available Docker Container

docker ps -a

Stop Analog Docker

docker stop analog

Delete Analog Docker Container

docker rm -f analog

Remove the Analog Docker Image

docker rmi analoglabs/timechain

Remove Directory (Optional)

rm -rf $(pwd)/.analog
PreviousUpdate Timechain NodeNextDill

Last updated 11 months ago

⚠️