Transfer / Client / stop_server
stop_server#
- Transfer.Client.stop_server(**kwargs)#
- Changes the state of a file transfer protocol-enabled server from - ONLINEto- OFFLINE. An- OFFLINEserver cannot accept and process file transfer jobs. Information tied to your server, such as server and user properties, are not affected by stopping your server.- Note - Stopping the server does not reduce or impact your file transfer protocol endpoint billing; you must delete the server to stop being billed. - The state of - STOPPINGindicates that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of- STOP_FAILEDcan indicate an error condition.- No response is returned from this call. - See also: AWS API Documentation - Request Syntax - response = client.stop_server( ServerId='string' ) - Parameters:
- ServerId (string) – - [REQUIRED] - A system-assigned unique identifier for a server that you stopped. 
- Returns:
- None 
 - Exceptions - Transfer.Client.exceptions.ServiceUnavailableException
- Transfer.Client.exceptions.InternalServiceError
- Transfer.Client.exceptions.InvalidRequestException
- Transfer.Client.exceptions.ResourceNotFoundException
- Transfer.Client.exceptions.ThrottlingException