Right now, for renaming the container we need to use zun rename but we can move this into PATCH /containers/<container> https://github.com/openstack/zun/blob/master/zun/api/controllers/v1/containers.py#L570) because this is the convention of API design in OpenStack (e.g. nova implements server rename at PUT /servers/<server>). This PS adds support for rename container using update command as well: zun update [--cpu <cpu>] [-m <memory>] [--name <name>] <container> Change-Id: I237a849dec549f53efe560a04fc0ca64929c14e7 Related-Bug: #1759459