A stage in the Serverless Framework context is a complete environment. Different Lambda’s, S3 buckets, DynamoDB tables, API GW, etc. This makes it easy to deploy traditional stages (i.e. testing, production, etc) that are independent and is probably what you’re really after.
Using the API GW stage to manage dev, uat, prod, etc is messy at best and more likely dangerous.