:doc:`CodeDeploy <../../codedeploy>` / Client / skip_wait_time_for_instance_termination

***************************************
skip_wait_time_for_instance_termination
***************************************



.. py:method:: CodeDeploy.Client.skip_wait_time_for_instance_termination(**kwargs)

  

  In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.

  

  .. danger::

        This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.


  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/SkipWaitTimeForInstanceTermination>`_  


  **Request Syntax**
  ::

    response = client.skip_wait_time_for_instance_termination(
        deploymentId='string'
    )
    
  :type deploymentId: string
  :param deploymentId: 

    The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CodeDeploy.Client.exceptions.DeploymentIdRequiredException`

  
  *   :py:class:`CodeDeploy.Client.exceptions.DeploymentDoesNotExistException`

  
  *   :py:class:`CodeDeploy.Client.exceptions.DeploymentAlreadyCompletedException`

  
  *   :py:class:`CodeDeploy.Client.exceptions.InvalidDeploymentIdException`

  
  *   :py:class:`CodeDeploy.Client.exceptions.DeploymentNotStartedException`

  
  *   :py:class:`CodeDeploy.Client.exceptions.UnsupportedActionForDeploymentTypeException`

  