Archive report or dashboard
archive_reportArchive a report by ID. Its pages and widgets stay attached and come back with it. It goes to the archive, not away — list_archive shows it and restore_from_archive brings it back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Report ID to archive (from list_reports) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Confirmation that the report was archived. Its pages and widgets go with it and return with it. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |