Skip to content

Omnistrate ctl account cloud native network remove

omnistrate-ctl account cloud-native-network remove

Remove an imported cloud-native network (revert to AVAILABLE)

Synopsis

Reverts a previously imported cloud-native network from READY back to AVAILABLE status, removing it from the deployment target pool.

omnistrate-ctl account cloud-native-network remove [account-id] --region=[region] --network-id=[network-id] [flags]

Examples

# Remove a cloud-native network (revert to AVAILABLE)
omnistrate-ctl account cloud-native-network remove [account-id] --region=[region] --network-id=[network-id]

Options

  -h, --help                help for remove
      --network-id string   The cloud-native network ID to remove (required)
      --region string       The cloud provider region of the cloud-native network to remove (required)

Options inherited from parent commands

  -o, --output string   Output format (text|table|json) (default "table")
  -v, --version         Print the version number of omnistrate-ctl

SEE ALSO