删除模拟世界模板 - AWS RoboMaker

终止支持通知:2025 年 9 月 10 日, AWS 将停止对的支持。 AWS RoboMaker2025 年 9 月 10 日之后,您将无法再访问 AWS RoboMaker 控制台或 AWS RoboMaker 资源。有关过渡 AWS Batch 到以帮助运行容器化仿真的更多信息,请访问此博客文章。

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

删除模拟世界模板

当您不再需要某个模拟世界模板时,可以将其删除。

Using the console
  1. 请登录AWS RoboMaker 主机,网址为 https://console.aws.amazon.com/robomaker/

  2. 在左侧导航窗格中,选择 Simulation WorldForge,然后选择 世界模板

  3. 依次选择模拟世界模板的 ID模版操作删除,然后在对话框中选择 删除以确认删除。

Using the AWS CLI

以下 AWS CLI 示例使用 list-world-templates 列出现有模板,然后使用 delete-world-template 删除模拟世界模板。

$ aws robomaker list-world-templates $ aws robomaker delete-world-template --template my-simulation-world-template-arn