# 离开激励测试网

{% hint style="danger" %}
注意：

1. 本教程仅用于使用 Docker 方式，且为验证者节点。
2. <mark style="color:green;">欢迎加入 MoveMove 社区</mark>：<https://discord.gg/sUmS7pm2q2>
   {% endhint %}

首先，感谢所有伙伴帮助 Aptos 完成 AIT3 测试。

节点可以选择随时设置验证器，或者<mark style="color:orange;">当验证器帐户没有足够的质押时，它会自动发生</mark>。要离开验证器集，您可以执行以下步骤：

### 进入节点操作目录

本教程使用的目录为 `~/aptos-node/testnet3`。

```shell
cd ~/aptos-node/testnet3
```

如果<mark style="color:orange;">您是第一次使用 MoveMove 社区教程</mark>，在执行后面的步骤前，需要先初始化 Aptos CLI，参考：[加入测试网](/jiao-cheng/ce-shi-wang-testnet/she-qu-jiao-cheng/jia-ru-ce-shi-wang.md#chu-shi-hua-aptos-cli)

### 离开验证器集（将在下一个 epoch 生效）

{% hint style="danger" %}
如果您的质押没到没到解锁时间，执行以下命令将提示错误；

此时，您需要等待解锁时间后才能退出验证者集。
{% endhint %}

```bash
sudo docker run --rm \
  -v $(pwd):/data/aptos-cli \
  jiangydev/aptos-cli:v0.3.3 \
  sh -c "cd /data/aptos-cli && aptos node leave-validator-set --profile ait3-operator --pool-address 您的钱包地址 --max-gas 5000"

```

### 最后安全的关闭节点

{% hint style="danger" %}
如果您要关闭服务器，请备份当前目录下的所有文件（除了 waypoint.yaml 和 genesis.blob）。
{% endhint %}

```bash
sudo docker-compose down -v

```

![](/files/6O0R3iWBnJjmpLrzZa8k)

<mark style="color:green;">欢迎加入 MoveMove 社区</mark>：<https://discord.gg/sUmS7pm2q2>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.aptos.movemove.org/jiao-cheng/ce-shi-wang-testnet/she-qu-jiao-cheng/li-kai-ji-li-ce-shi-wang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
