watch_history
View restart incidents for Docker containers or remote servers, newest first. Logs remain hidden by default and are included only when explicitly requested.
Instructions
List recorded restart incidents, newest first. Captured logs are excluded unless include_logs is set, because every incident carries a hundred lines of output twice over
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Most recent N incidents (default: 10, 0 for all) | |
| server | No | Remote server name from config (optional, runs locally if omitted) | |
| container | No | Only incidents for this target (optional) | |
| include_logs | No | Include the logs captured before and after each restart (default: false) |