### What happened? The `--locked false` and `-l false` commands do not work. According to [the Docs](https://deploy.equinix.com/developers/docs/metal/libraries/cli/#metal-device-update), a boolean can lock or unlock the server from being updated. However, only `--locked true` and `-l true` seem to work. This is seen in the [video below](#video). ### How can we reproduce it? 1) Deploy server. 2) Get server ID. 3) Run command `metal device update --id <server-id> --locked true` to lock the server. 4) Confirm that it is locked on [console.equinix.com](console.equinix.com). <img width="1840" alt="image-locked" src="https://github.com/user-attachments/assets/5f447d6d-4390-4c54-8007-c19012ab9fcf"> 5) Run command `metal device update --id <server-id> --locked false` to unlock the server. 6) Confirm that it is unlocked on [console.equinix.com](console.equinix.com). However, it is not. <img width="1840" alt="image-unlocked" src="https://github.com/user-attachments/assets/b6285a5c-e41b-4b35-a565-6348e6bfde77"> <br/> > [!NOTE] CLI ==version== (`metal --version`): `metal version 0.24.0` <a name="video"></a> > [!IMPORTANT] https://github.com/user-attachments/assets/7b8e64bd-e9cd-459c-805e-81bb0b040f63