🧊
QuadBlock Services
  • ⚛️IBC - Cosmos Ecosystem
  • Mainnet
    • 🟢Cosmos Hub
      • Installation
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • Monitoring
    • 🟢Osmosis
      • Installation
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • Monitoring
    • 🟢Stride
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Planq
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Gitopia
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Quasar
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
  • Testnet
    • 🟢Dymension
      • Installation
        • Automatic
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • 🟢Avail
      • Installation
        • Manual
      • Endpoints
      • Node Services
        • State Sync
        • Snapshot
        • Live Peers
      • Upgrade
        • Cosmovisor
        • Systemd
      • CLI Cheatsheet
        • Wallet Management
        • Validator Management
        • Token Management
        • Governance
        • Info & Status
        • Other
        • ⚠️Delete Node
      • Monitoring
    • Soon
  • Endpoints
    • 🌐Public Endpoints
    • 🔐Private Endpoints
Powered by GitBook
On this page
  1. Mainnet
  2. Gitopia
  3. CLI Cheatsheet

Delete Node

PreviousOtherNextMonitoring

Last updated 2 years ago

Make sure you already backup your node_key and priv_validator_key, before execute this command

Function
Command

Disable, Delete Node, and Remove all the file

🟢
⚠️
sudo systemctl stop gitopiad && \
sudo systemctl disable gitopiad && \
rm /etc/systemd/system/gitopia.service && \
sudo systemctl daemon-reload && \
cd $HOME && \
rm -rf .gitopia && \
rm -rf $(which gitopiad)