delete_sol_network_instance

TelcoNetworkBuilder.Client.delete_sol_network_instance(**kwargs)

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 TerminateSolNetworkInstance.

See also: AWS API Documentation

Request Syntax

response = client.delete_sol_network_instance(
    nsInstanceId='string'
)
Parameters
nsInstanceId (string) --

[REQUIRED]

Network instance ID.

Returns
None

Exceptions

  • TelcoNetworkBuilder.Client.exceptions.InternalServerException
  • TelcoNetworkBuilder.Client.exceptions.ThrottlingException
  • TelcoNetworkBuilder.Client.exceptions.ValidationException
  • TelcoNetworkBuilder.Client.exceptions.ResourceNotFoundException
  • TelcoNetworkBuilder.Client.exceptions.AccessDeniedException