show_instance_logs
Fetch logs from a Vast.ai instance by ID, with optional tail line limit, and get an S3 URL to download them.
Instructions
Request instance logs (PUT /instances/request_logs/{id}). Logs are uploaded to S3; the response contains a URL to fetch them.
Examples: show_instance_logs(instance_id=12345) show_instance_logs(instance_id=12345, tail=5000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | ||
| instance_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||