flyctl secrets unset does nothing :(

I’m really trying hard to love fly.io but things are looking very buggy from my current experience :frowning:

I’ve created an app and a fly machine via terraform and added a couple of secrets using the flyctl secrets command

flyctl secrets set MY_VAR=my-value -a my-app-name

then I decided that I want to delete MY_VAR,
I then run:

flyctl secrets unset MY_VAR -a my-app-name

and I get:

Deploying with rolling strategy ✓ 

However, the variable is still there…
Why?

I think you mean to do flyctl secrets unset MY_VAR?

Yes, sorry it was a typo in the description. I did definitely ran unset