VPC issues with serverless container deploys

When deploying to containers (fargate) with serverless, by default the serverless framework deploys a new vpc with cidr block 10.0.0.0/16. Is it possible to specify a different cidr block? I also notice deploying a different stage will not work. In addition “serverless remove --force” does not clean up the vpc that is created.