Docker Update --restart=always is cool, but docker Remove?

I forgot to add --restart=always to docker run -itd
found out there is a nice command docker update --restart=always {containerID}
but how do I remove some params from container
for example not needed open port -p

docker remove exists?