Patch the configuration of the latest version of existing container via create a new container and copy the old container system data to the new container.Including changing the number of gpu and updating the volume binding.If you request body is empty(e.g. {}), it will recreate a container based on the existing configuration.
The old version container will be deleted. For example, if foo-1 calls the /api/v1/replicaSet/:name and create foo-2, foo-1 will be deleted.