oc rollout cancel
Cancel the in-progress deployment
Example usage
# Cancel the in-progress deployment based on 'nginx'
oc rollout cancel dc/nginx
Cancel the in-progress deployment
# Cancel the in-progress deployment based on 'nginx'
oc rollout cancel dc/nginx