logoDocumentation

Terminate All Nodes

This page provides instructions for terminating cloud server nodes created by Avalanche-CLI.

ALPHA WARNING: This command is currently in experimental mode. Proceed at your own risk.

Terminating All Nodes

To terminate all nodes in a cluster, run:

avalanche node destroy <clusterName>

ALPHA WARNING: This command will delete all files associated with the cloud servers in the cluster. This includes the downloaded staker.crt and staker.key files in your local .avalanche-cli directory (which are used to back up your node). More info about node backup can be found here.

Once completed, the instance set up on AWS / GCP would have been terminated and the Static Public IP associated with it would have been released.

Last updated on

On this page

Edit on Github