Deleting volume fails with NatsProxyClient::NotFoundError

I was playing with Postgres and ended up with a not-in-use volume I cannot delete.

$ flyctl volumes list
ID                   NAME    SIZE REGION ATTACHED VM CREATED AT
[...]
vol_w0enxv3lwz1v8okp pg_data 2GB  iad                26 minutes ago
$ flyctl volumes delete vol_w0enxv3lwz1v8okp --verbose
Deleting a volume is not reversible.
? Delete volume vol_w0enxv3lwz1v8okp? Yes

Error NatsProxyClient::NotFoundError

Help?

3 days later, the delete worked.

Oh thanks for the followup. We fixed a few bugs that were causing this error and didn’t find this thread to let you know.