DeadlineCloud / Client / delete_queue_limit_association

delete_queue_limit_association#

DeadlineCloud.Client.delete_queue_limit_association(**kwargs)#

Removes the association between a queue and a limit. You must use the UpdateQueueLimitAssociation operation to set the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS. The status does not change immediately. Use the GetQueueLimitAssociation operation to see if the status changed to STOPPED before deleting the association.

See also: AWS API Documentation

Request Syntax

response = client.delete_queue_limit_association(
    farmId='string',
    queueId='string',
    limitId='string'
)
Parameters:
  • farmId (string) –

    [REQUIRED]

    The unique identifier of the farm that contains the queue and limit to disassociate.

  • queueId (string) –

    [REQUIRED]

    The unique identifier of the queue to disassociate.

  • limitId (string) –

    [REQUIRED]

    The unique identifier of the limit to disassociate.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions