Is there a way to delete a Virtual Network address range without completely destroying and rebuilding that Virtual Network?

I erroneously added an address range to a Virtual Network and I would like to remove the address range but can’t figure out how to without completely deleting the entire Virtual Network.

Is there a way to do this without completely rebuilding the Virtual Network?

Hello @cnstarz

Yes it is possible with the cli command:
onevnet rmar <vnetid> <ar_id>

This is also possible via XML-RPC API.

However this is not supported by Sunstone yet.

Regards