opsworkscm_delete_server {paws.management} | R Documentation |
Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance)
Description
Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance). When you run this command, the server state is updated to DELETING
. After the server is deleted, it is no longer returned by DescribeServer
requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be deleted.
See https://www.paws-r-sdk.com/docs/opsworkscm_delete_server/ for full documentation.
Usage
opsworkscm_delete_server(ServerName)
Arguments
ServerName |
[required] The ID of the server to delete. |
[Package paws.management version 0.9.0 Index]