## projects upgrade Upgrade a provisioned service to a higher plan tier. You'll receive a prompt to select a plan and confirm billing using the payment method on file. Run `stripe projects billing add` first if you haven't set up billing. **Command:** `stripe projects upgrade` ### Arguments - `/ | | ` The service to upgrade, specified as `/`, by resource ID, or by provider name. ### Examples **Upgrade a specific service** ```sh stripe projects upgrade vercel/project ``` **Upgrade by provider name** ```sh stripe projects upgrade supabase ```