Sostituisci PROJECT_ID con l'ID del progetto consumer in cui crei ed esegui le valutazioni di Workload Manager o il progetto in cui esegui il deployment dei carichi di lavoro utilizzando Workload Manager.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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)"]]