Google Cloud Platform (GCP): Complete Operations & Management Guide (2026)

Account Creation, Project Management, API Activation, Billing Control, Support & Resource Deletion

Published: {{DATE}}

Whether you are starting out with Google Cloud Platform (GCP) or managing cloud workloads for production, knowing how to navigate the Google Cloud Console efficiently is mandatory. Proper administration ensures smooth deployment, security compliance, and prevents unexpected billing charges.

In this comprehensive guide, we will cover the 7 essential lifecycle operations in GCP updated for 2026:

  • GCP Account Creation (Quick setup guide)
  • Project Creation (Step-by-step with console screenshots)
  • Enabling APIs & Services (Step-by-step with console screenshots)
  • Deleting / Shutting Down Projects (Step-by-step with console screenshots)
  • Disabling Billing & Unlinking Billing Accounts (Step-by-step with console screenshots)
  • Connecting to GCP Support (Step-by-step with console screenshots)
  • Must-Follow Rule: Deleting Your Active Resources (Step-by-step with console screenshots)

Why Resource & Billing Hygiene Matters in GCP

In cloud platforms, resources like Virtual Machines, Kubernetes Clusters, Load Balancers, and Storage Buckets incur charges as long as they exist. Simply closing your browser or unlinking billing will not delete running instances automatically. Following proper shutdown procedures protects your wallet and keeps your cloud environment clean.

1. Quick Guide: Creating a Google Cloud (GCP) Account

Setting up your GCP account is simple and gives you $300 in free trial credits valid for 90 days.

💡 Looking for full step-by-step account creation details? For each and every detailed step, visit our official guide: GCP Account Creation Guide (Get $300 Credits).

Direct Steps for GCP Account Registration:

  1. Visit the official page: cloud.google.com/free.
  2. Click on the Get started for free button in the hero section.
  3. Sign in using your primary Google (Gmail) account.
  4. Select your Country and accept the Google Cloud Platform Terms of Service.
  5. Enter your Billing & Contact Information (Name, Address, Phone number).
  6. Add a valid Credit/Debit Card or payment method for identity verification (Google charges a small refundable verification amount).
  7. Click Start My Free Trial to access the Google Cloud Console dashboard.

2. How to Create a New Project in GCP

In Google Cloud, a Project is the fundamental container for organizing all your cloud resources (VMs, databases, networks). Every resource must belong to a project.

1 Open the Project Selector Dropdown

Log in to the Google Cloud Console. In the top navigation bar, click on the Select a Project dropdown menu next to the Google Cloud logo.

2 Click "New Project"

In the project selector modal that appears, click the NEW PROJECT button in the top-right corner.

GCP Create New Project Dialog

3 Fill Project Details & Click Create

Enter a unique Project Name. GCP will generate a unique Project ID. Select your Organization and Location/Folder if applicable, then click CREATE.

Once created, select your new project from the top dropdown to start working inside it.

3. How to Enable APIs & Services in GCP

By default, most Google Cloud APIs are disabled for security and cost control. Before using services like Compute Engine, Cloud Run, or Kubernetes Engine, you must enable their respective APIs.

1 Navigate to APIs & Services Library

Open the Navigation Menu (☰) in the top-left corner → Hover over APIs & Services → Click Library.

2 Search and Enable the Desired API

Type the name of the service (e.g., Compute Engine API or Google Kubernetes Engine API) in the search bar. Click on the API card from the results, then click the blue ENABLE button.

Enable API and Services in GCP Console

4. How to Delete / Shut Down a GCP Project

When you no longer need a project, shutting it down deletes all associated resources and releases project IDs.

Important Notice on Project Deletion

Shutting down a project marks it for permanent deletion after a 30-day grace period. During these 30 days, billing stops, but you can restore the project if needed.

1 Go to Project Settings

Open the Navigation Menu (☰) → Go to IAM & Admin → Click Settings (or Project Settings).

2 Click Shut Down and Confirm

Click the SHUT DOWN button on the top toolbar. Type your Project ID in the prompt box to confirm ownership, then click SHUT DOWN.

Shut Down GCP Project Settings

5. How to Disable Billing & Unlink Billing Accounts

If you want to stop all paid services on a project immediately without deleting the project itself, you can disable billing by unlinking the Billing Account.

1 Go to Billing Overview

Open the Navigation Menu (☰) → Click Billing. Select your active Billing Account if prompted.

2 Open Account Management & Unlink Project

In the left sidebar, click Account Management. Locate your project under the Projects linked to this billing account table. Click the three vertical dots (⋮) next to the project and select Disable billing (or Change billing accountUNLINK ACCOUNT).

Disable Billing Account Management in GCP Console

6. How to Connect to Google Cloud Customer Support

If you encounter technical issues, billing queries, or quota limit questions, GCP provides dedicated support channels directly in the console.

1 Access the Support Center

Click the Help (?) icon in the top header bar of the Cloud Console, or open the Navigation Menu (☰) and select Support.

2 Create a Support Case

In the Support dashboard, click Cases or CREATE CASE. Choose your issue category (Billing, Technical, Account Access), provide a title and detailed description, attach any log screenshots, and click SUBMIT.

Create Support Case in GCP Console

7. CRITICAL RULE: Deleting Your Active Resources

One of the biggest mistakes cloud learners make is shutting down a project or unlinking billing without explicitly terminating active resources first. This can lock resources or keep hidden billable items active.

Best Practice Cleanup Checklist Before Project Shutdown

Before closing any project, manually clean up the following core services:

  • Compute Engine VMs: Go to Compute Engine → VM Instances, select all instances, and click DELETE.
  • Kubernetes Engine (GKE): Go to Kubernetes Engine → Clusters, select your cluster, and click DELETE.
  • Cloud Storage Buckets: Go to Cloud Storage → Buckets, empty all objects inside the bucket, then click DELETE BUCKET.
  • Cloud SQL Databases: Go to SQL, select your database instance, and click DELETE.
  • External IP Addresses: Go to VPC Network → External IP Addresses and release unattached static IPs (idle static IPs cost money!).

Step Screenshot: Deleting Compute Engine VM Instances

Navigate to Compute EngineVM instances, check the box next to your active virtual machine, click DELETE on the top action bar, and confirm the deletion prompt.

Deleting VM Instance in GCP Compute Engine

Summary of Best Practices

  1. Set Budget Alerts: Go to Billing → Budgets & alerts and create a threshold alert at $10 or 50% of your credits.
  2. Clean Up Daily: Stop or delete VMs and GKE clusters when done practicing for the day.
  3. Verify Deletion: Always verify that active resources show a status of Deleted before leaving the console.
👤
Vikas Ratnawat  From CloudDevOpsHub