Are the logs from failed deploys cached anywhere and how can we access them?

Hi, are the logs from build / deploy failures cached anywhere, and how can we access them after the fact? We use the Flyctl Github Action, and the logs don’t show up there beyond “create release”, and in the UI, we can see that the deploy failed, but we don’t know how to access the logs to see what failed.

Thanks!

Yes, you can view past instances with flyctl status. Once you’ve found the failed one, you can flyctl logs -i <instance id> to get logs just for that instance.

Depending on how fast your churn instances, the one you’re looking for might be gone from that list.