DeadlineCloud / Client / disassociate_member_from_job

disassociate_member_from_job#

DeadlineCloud.Client.disassociate_member_from_job(**kwargs)#

Disassociates a member from a job.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_member_from_job(
    farmId='string',
    jobId='string',
    principalId='string',
    queueId='string'
)
Parameters:
  • farmId (string) –

    [REQUIRED]

    The farm ID for the job to disassociate from the member.

  • jobId (string) –

    [REQUIRED]

    The job ID to disassociate from a member in a job.

  • principalId (string) –

    [REQUIRED]

    A member’s principal ID to disassociate from a job.

  • queueId (string) –

    [REQUIRED]

    The queue ID connected to a job for which you’re disassociating a member.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions