Outposts / Client / start_outpost_decommission
start_outpost_decommission¶
- Outposts.Client.start_outpost_decommission(**kwargs)¶
Starts the decommission process to return the Outposts racks or servers.
See also: AWS API Documentation
Request Syntax
response = client.start_outpost_decommission( OutpostIdentifier='string', ValidateOnly=True|False )
- Parameters:
OutpostIdentifier (string) –
[REQUIRED]
The ID or ARN of the Outpost that you want to decommission.
ValidateOnly (boolean) – Validates the request without starting the decommission process.
- Return type:
dict
- Returns:
Response Syntax
{ 'Status': 'SKIPPED'|'BLOCKED'|'REQUESTED', 'BlockingResourceTypes': [ 'EC2_INSTANCE'|'OUTPOST_RAM_SHARE'|'LGW_ROUTING_DOMAIN'|'LGW_ROUTE_TABLE'|'LGW_VIRTUAL_INTERFACE_GROUP'|'OUTPOST_ORDER_CANCELLABLE'|'OUTPOST_ORDER_INTERVENTION_REQUIRED', ] }
Response Structure
(dict) –
Status (string) –
The status of the decommission request.
BlockingResourceTypes (list) –
The resources still associated with the Outpost that you are decommissioning.
(string) –
Exceptions