Describe the bug
Cannot update the tags on a paused cluster, but it is possible through GUI (cloud.mongodb.com)
To Reproduce
Steps to reproduce the behavior:
- Run
atlas clusters update some-cluster --tag foo=bar
- See error:
Error: https://cloud.mongodb.com/api/atlas/v2/groups/[redacted]/clusters/some-cluster PATCH: HTTP 409 Conflict (Error code: "CANNOT_UPDATE_PAUSED_CLUSTER") Detail: Cannot update cluster some-cluster while it is paused or being paused. Reason: Conflict. Params: [some-cluster]
Expected behavior
Tag to be modified
Screenshots
n/a
Desktop (please complete the following information):
- OS: alpine 3.22
- MongoCLI version:
atlascli version: 1.50.0
git version: d1f0166e1eac4cff04d57b8625cbd901b92e4518
Go version: go1.24.9
os: linux
arch: amd64
compiler: gc
Additional context
n/a