[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eThis command \u003ccode\u003egdcloud harbor harbor-projects create\u003c/code\u003e is used to create a new project within an existing Harbor instance.\u003c/p\u003e\n"],["\u003cp\u003eThe command requires the \u003ccode\u003e--instance\u003c/code\u003e flag to specify the Harbor instance ID.\u003c/p\u003e\n"],["\u003cp\u003eVulnerability scanning can be enabled for the new Harbor project using the \u003ccode\u003e--enable-vulnerability-scanning\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eThe username of the command executor will be the creator of the new Harbor project.\u003c/p\u003e\n"]]],[],null,["# gdcloud harbor harbor-projects create\n\nNAME\n----\n\ngdcloud harbor harbor-projects create - Create a Harbor project in an existing Harbor instance.\n\nSYNOPSIS\n--------\n\n gdcloud harbor harbor-projects create HARBOR_PROJECT [flags]\n\nDESCRIPTION\n-----------\n\nCreate a Harbor project in an existing Harbor instance. This command uses the username of the executor as the project creator.\n\n### EXAMPLES\n\n To create a Harbor project in an existing MHS Harbor instance, run:\n\n gdcloud harbor harbor-projects create example-harbor-project \\\n --instance=example-instance \\\n --project=example-project\n --enable-vulnerability-scanning=true\n\n### REQUIRED FLAGS\n\n --instance string Harbor instance ID\n\n### OPTIONAL FLAGS\n\n --enable-vulnerability-scanning Enable vulnerability scanning for the Harbor project. (default true)\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]