Skip to main content

Manage your subnets

info

Crusoe Cloud is currently in private beta. If you do not currently have access, please request access to continue.

Creating a new VPC subnet

Use the networking vpc-subnets create command to create a new VPC network.

crusoe networking vpc-subnets create \
--name my-new-vpc-subnet \
--location us-east1-a
--vpc-network-id <uuid-of-vpc-network>
--cidr 10.10.0.0/16

Viewing all VPC subnets

Use the networking vpc-subnets list commands to list existing subnets.


crusoe networking vpc-subnets list

Update an existing VPC subnet

Non-default VPC subnets can be updated in the CLI using the networking vpc-subnets update <id> command. Currently, only the name of a non-default VPC subnet can be updated (using the --name flag).

Deleting a VPC subnet

info

Warning: deleting a VPC subnet is a permanant action that will require re-creation of the subnet to recover.

VPC subnets can be deleted in the CLI using the networking vpc-subnets delete <id> command.

If you are having issues working with your VPC subnets, please contact support.