rollback_dashboard
Restore a QuickSight dashboard to a previous version by specifying its ID and version number. Use get_dashboard_versions first; current content is replaced and viewers see the change.
Instructions
Rollback a QuickSight dashboard to a previous version.
WARNING: This is a DESTRUCTIVE operation. The current dashboard content will be replaced with the specified previous version. All viewers will immediately see the rolled-back version.
Use get_dashboard_versions first to find the version number you want to restore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | The QuickSight dashboard ID. | |
| version_number | Yes | The version number to rollback to. Use get_dashboard_versions to find valid numbers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||