How to edit published dashboard created from a template and make change available with boto3?

You can save a new analysis from the dashboard, make changes to it and then publish a new dashboard. When you publish, you won’t see the option to replace the original.
image

If you really need to replace the original dashboard instead of creating a new one, I think there may be a way with the API but I haven’t tried it myself.

  1. After you save the new analysis from the original dashboard, use it to create a template by specifying it as the source analysis in the request body.

image

  1. Then use the UpdateDashboard operation to update the original dashboard by using the template you created.

image

2 Likes