Deleting a simulation world template - AWS RoboMaker

End of support notice: On September 10, 2025, AWS will discontinue support for AWS RoboMaker. After September 10, 2025, you will no longer be able to access the AWS RoboMaker console or AWS RoboMaker resources. For more information on transitioning to AWS Batch to help run containerized simulations, visit this blog post.

Deleting a simulation world template

When you no longer need a simulation world template, you can delete it.

Using the console
  1. Sign in to the AWS RoboMaker console at https://console.aws.amazon.com/robomaker/.

  2. In the left navigation pane, choose Simulation WorldForge, and then choose World templates.

  3. Choose the Id of a simulation world template, choose Template actions, choose Delete, and then confirm the deletion by selecting Delete in the dialog box.

Using the AWS CLI

The following AWS CLI example uses list-world-templates to list existing templates, and then it uses delete-world-template to delete a simulation world template.

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