Skip to content

Terminate Sol Network Instance

telconetworkbuilder_terminate_sol_network_instance R Documentation

Terminates a network instance

Description

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

You must terminate a network instance before you can delete it.

Usage

telconetworkbuilder_terminate_sol_network_instance(nsInstanceId, tags)

Arguments

nsInstanceId

[required] ID of the network instance.

tags

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.

Value

A list with the following syntax:

list(
  nsLcmOpOccId = "string",
  tags = list(
    "string"
  )
)

Request syntax

svc$terminate_sol_network_instance(
  nsInstanceId = "string",
  tags = list(
    "string"
  )
)