Delete Sol Network Instance
telconetworkbuilder_delete_sol_network_instance | R Documentation |
Deletes a network instance¶
Description¶
Deletes a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
To delete a network instance, the instance must be in a stopped or
terminated state. To terminate a network instance, see
terminate_sol_network_instance
.
Usage¶
telconetworkbuilder_delete_sol_network_instance(nsInstanceId)
Arguments¶
nsInstanceId |
[required] Network instance ID. |
Value¶
An empty list.
Request syntax¶
svc$delete_sol_network_instance(
nsInstanceId = "string"
)