Can't allocate or delete free redis databases in either my person or org accounts

hen I tried to allocate one when I had none, I got this message:

Error input:3: createAddOn You may only provision 1 Free plan per organization

Despite the failure, fly redis list showed the name. Attempting to delete it produced:

% fly redis delete namelist2-redis
Error returned error 500 Internal Server Error: {“errors”:[{“message”:“You ran into an error connecting to the Fly API. If the error persists, keep this request ID to help Fly Support track it down: 01GB8ZAY24AWX49XD61EDXKKZ8-iad”,“extensions”:{“code”:“SERVER_ERROR”,“fly_request_id”:“01GB8ZAY24AWX49XD61EDXKKZ8-iad”}}],“data”:{}}

I tried again in my organization, and got a similar failure:

% fly redis delete namelist3-redis
Error returned error 500 Internal Server Error: {“errors”:[{“message”:“You ran into an error connecting to the Fly API. If the error persists, keep this request ID to help Fly Support track it down: 01GB91Q0ARZTJ6D8VZN3EKSF5S-iad”,“extensions”:{“code”:“SERVER_ERROR”,“fly_request_id”:“01GB91Q0ARZTJ6D8VZN3EKSF5S-iad”}}],“data”:{}}

These probably got deleted on Upstash but not on our DB. Taking a look.

This should be fixed now.

Not exactly

% fly redis create
? Select Organization: Sam Ruby (personal)
? Choose a Redis database name (leave blank to generate one): namelist2-redis
? Choose a primary region (can't be changed later) Ashburn, Virginia (US) (iad)
? Optionally, choose one or more replica regions (can be changed later): 

Upstash Redis can evict objects when memory is full. This is useful when caching in Redis. This setting can be changed later.
Learn more at https://fly.io/docs/reference/redis/#memory-limits-and-object-eviction-policies
? Would you like to enable eviction? No
? Select an Upstash Redis plan Free: 100 MB Max Data Size
Error returned error 500 Internal Server Error: {"errors":[{"message":"You ran into an error connecting to the Fly API. If the error persists, keep this request ID to help Fly Support track it down: 01GB941C16WDZ2KT8Z7XQT1YW3-iad","extensions":{"code":"SERVER_ERROR","fly_request_id":"01GB941C16WDZ2KT8Z7XQT1YW3-iad"}}],"data":{}}

and

% fly redis delete namelist2-redis
Error returned error 500 Internal Server Error: {"errors":[{"message":"You ran into an error connecting to the Fly API. If the error persists, keep this request ID to help Fly Support track it down: 01GB943XC6DWVTC4D744TFDJKX-iad","extensions":{"code":"SERVER_ERROR","fly_request_id":"01GB943XC6DWVTC4D744TFDJKX-iad"}}],"data":{}}

Does this work if you pick another name?

Hard to tell, now I’m blocked because I’m only allowed one:

% fly redis create
? Select Organization: Sam Ruby (personal)
? Choose a Redis database name (leave blank to generate one): namelistx-redis
? Choose a primary region (can't be changed later) Ashburn, Virginia (US) (iad)
? Optionally, choose one or more replica regions (can be changed later):

Upstash Redis can evict objects when memory is full. This is useful when caching in Redis. This setting can be changed later.
Learn more at https://fly.io/docs/reference/redis/#memory-limits-and-object-eviction-policies
? Would you like to enable eviction? No
? Select an Upstash Redis plan Free: 100 MB Max Data Size
Error input:3: createAddOn You may only provision 1 Free plan per organization

I’m now able to proceed with a new name. Thanks!