DeadlineCloud / Client / delete_volume
delete_volume¶
- DeadlineCloud.Client.delete_volume(**kwargs)¶
Deletes a persistent volume.
See also: AWS API Documentation
Request Syntax
response = client.delete_volume( farmId='string', fleetId='string', volumeId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The farm ID of the farm that contains the fleet.
fleetId (string) –
[REQUIRED]
The fleet ID of the fleet that contains the volume.
volumeId (string) –
[REQUIRED]
The volume ID of the volume to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedExceptionDeadlineCloud.Client.exceptions.InternalServerErrorExceptionDeadlineCloud.Client.exceptions.ResourceNotFoundExceptionDeadlineCloud.Client.exceptions.ThrottlingExceptionDeadlineCloud.Client.exceptions.ConflictExceptionDeadlineCloud.Client.exceptions.ValidationException