Remove

Remove the subnet node from the blockchain subnet node slots.

Always run this before you shut down your subnet node.

python -m subnet.cli.hypertensor.subnet_node.remove --subnet_id [int]

Parameters:

--subnet_id: The ID of the subnet. This can be checked by querying the model path through the SubnetPaths storage element.

--local: (Optional) Argument for local testing to use the LOCAL_RPC environment variables.

Last updated