How can i change the current running project to another project in GCP (Google Cloud Platform) account using cli commands other than using
To update your existing project to another project, you can use this command line:
gcloud projects update PROJECT_ID --name=NAME
NAME: will be the new name of your project.