DeadlineCloud / Client / update_farm

update_farm#

DeadlineCloud.Client.update_farm(**kwargs)#

Updates a farm.

See also: AWS API Documentation

Request Syntax

response = client.update_farm(
    description='string',
    displayName='string',
    farmId='string'
)
Parameters:
  • description (string) – The description of the farm to update.

  • displayName (string) – The display name of the farm to update.

  • farmId (string) –

    [REQUIRED]

    The farm ID to update.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions