Skip to main content

Add a Network to Invariant

Invariant Networks organize snapshots for different environments or network segments.


To add a new Network using the Invariant UI:

  1. Navigate to Settings in the top navigation bar.
  2. Scroll down to the Networks section.
  3. Click Add Network.
  4. Provide a unique Network Name and an optional Description.
  5. Click Create Network.

Enter a unique name for your network and submit the form.


Networks can be referenced when uploading snapshots via the CLI.

$ invariant run --network <network_name>

If the --network option is not provided, Invariant will upload to the network named 'default', which acts as a catch-all. You can remove the network 'default' to cause the --network to be required.