Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Dokumen ini menjelaskan cara mengaktifkan Workload Manager API.
Mengaktifkan Workload Manager
Anda dapat menggunakan Google Cloud konsol atau gcloud CLI untuk mengaktifkan API layanan.
Pastikan Anda memiliki izin serviceusage.services.enable dan
penagihan diaktifkan untuk Google Cloud project Anda.
console
Di konsol Google Cloud , pada halaman pemilih project, pilih project
tempat Anda ingin mengaktifkan Workload Manager.
Ganti PROJECT_ID dengan project ID project konsumen tempat Anda membuat dan menjalankan evaluasi Workload Manager atau project tempat Anda men-deploy beban kerja menggunakan Workload Manager.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[],[],null,["# Enable Workload Manager\n\nThis document describes how to enable the Workload Manager API.\n\nEnable Workload Manager\n-----------------------\n\nYou can use the Google Cloud console or gcloud CLI to enable a service API.\nMake sure that you've the `serviceusage.services.enable` permission and\n[billing is enabled for your Google Cloud project](/billing/docs/how-to/verify-billing-enabled). \n\n### console\n\n1. In the Google Cloud console, on the project selector page, select the project\n in which you want to enable Workload Manager.\n\n2. Enable the Workload Manager API.\n\n[Enable the API](https://console.cloud.google.com/apis/enableflow?apiid=workloadmanager)\n\n### gcloud\n\nUse the [`gcloud services enable` command](/sdk/gcloud/reference/services/enable)\nto enable the API. \n\n```\n gcloud services enable workloadmanager.googleapis.com \\\n --project=PROJECT_ID\n```\n\nReplace \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with the project ID of\nthe *consumer* project in which you create and run Workload Manager\nevaluations or the project in which you deploy workloads using Workload Manager.\n\nWhat's next\n-----------\n\n- [About workload evaluations](/workload-manager/docs/about-evaluations)"]]