How to stop a specific instance of a container in a stack?

Hello,
I have an environnement with 6 hosts in it (with cattle orchestrator). I run a stack composed by one container with a public port mapping.
Then I scale this container 5 times until I have one instance of this container on each host.

How can I stop a specific instance of this container (for example the instance on host n°3)?

If I stop it manualy, rancher restart it automatically just after. And If I scale down rancher shut down an instance but not the one I want to stop. I did not find the restart policy “unless-stopped”. Is there a way to do this?

Thank you.

It looks like you want something like this issue that does not exist today in Rancher.

https://github.com/rancher/rancher/issues/2678

Yes, that’s what I want. Thank you, so I will watch this github issue for future updates.