📣
TiDB Cloud Essential 开放公测中。此页面由 AI 自动翻译,英文原文请见此处。

ticloud serverless authorized-network delete



删除授权网络:

ticloud serverless authorized-network delete [flags]

示例

在交互模式下删除授权网络:

ticloud serverless authorized-network delete

在非交互模式下删除授权网络:

ticloud serverless authorized-network delete -c <cluster-id> --start-ip-address <start-ip-address> --end-ip-address <end-ip-address>

标志

在非交互模式下,你需要手动输入必需的标志。在交互模式下,你只需按照 CLI 提示填写即可。

标志描述是否必需说明
-c, --cluster-id string指定集群的 ID。仅在非交互模式下生效。
--force string删除授权网络时不需要确认。仅在非交互模式下生效。
--start-ip-address string指定授权网络的起始 IP 地址。仅在非交互模式下生效。
--end-ip-address string指定授权网络的结束 IP 地址。仅在非交互模式下生效。
-h, --help显示此命令的帮助信息。在非交互模式和交互模式下都有效。

继承的标志

标志描述是否必需说明
--no-color禁用输出中的颜色。仅在非交互模式下生效。在交互模式下,对某些 UI 组件禁用颜色可能不起作用。
-P, --profile string指定此命令中使用的活动用户配置文件在非交互模式和交互模式下都有效。
-D, --debug启用调试模式。在非交互模式和交互模式下都有效。

反馈

如果你对 TiDB Cloud CLI 有任何问题或建议,欢迎创建 issue。同时,我们也欢迎任何贡献。

文档内容是否有帮助?