DeadlineCloud / Client / delete_worker
delete_worker#
- DeadlineCloud.Client.delete_worker(**kwargs)#
Deletes a worker.
See also: AWS API Documentation
Request Syntax
response = client.delete_worker( farmId='string', fleetId='string', workerId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The farm ID of the worker to delete.
fleetId (string) –
[REQUIRED]
The fleet ID of the worker to delete.
workerId (string) –
[REQUIRED]
The worker ID of the worker to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedException
DeadlineCloud.Client.exceptions.InternalServerErrorException
DeadlineCloud.Client.exceptions.ResourceNotFoundException
DeadlineCloud.Client.exceptions.ThrottlingException
DeadlineCloud.Client.exceptions.ConflictException
DeadlineCloud.Client.exceptions.ValidationException