## projects rotate Rotate credentials for a provisioned service. This generates new API keys or secrets at the provider and updates the project vault. After rotating, run `stripe projects env --pull` to refresh your local `.env` with the new credentials. **Command:** `stripe projects rotate` ### Arguments - `/ | ` The service whose credentials to rotate, specified as `/` or by resource ID. ### Examples **Rotate credentials by provider and service** ```sh stripe projects rotate supabase/project ``` **Rotate credentials by resource ID** ```sh stripe projects rotate res_abc123 ```