How should I use soft and forced rollouts in DDI API?
I created two rollouts, one with type soft and the other one with type forced. When using DDI API fetching a controller in the different rollouts the have the same attributes. I expected some information for a controller in the soft rollout that it needed confirmation, but for both the response using /controller/v1/[myControllerId] I get this response:
Cancel updates when cancelling a rollout
My expectation was when you paused or deleted a rollout all running actions for all targets included in the rollout would be cancelled. Only for scheduled actions the actions are cancelled. How can I cancel for ALL actions, even the running once?