You can ssh in while it’s running, but it’s easier to delete it and let a new one come up on the next build.
You can find the builder name with
flyctl apps list | grep builder
and delete with
flyctl apps destroy {name}
You can ssh in while it’s running, but it’s easier to delete it and let a new one come up on the next build.
You can find the builder name with
flyctl apps list | grep builder
and delete with
flyctl apps destroy {name}