v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14166943.3 KB

Creates an empty project with a placement template. A project contains zero or more placements that adhere to the placement template defined in the project.

post/projects

Request body

projectNamestring required

The name of the project to create.

descriptionstring

An optional description for the project.

tagsobject

Optional tags (metadata key/value pairs) to be associated with the project. For example, <code>{ {"key1": "value1", "key2": "value2"} }</code>. For more information, see <a href="https://aws.amazon.com/answers/account-management/aws-tagging-strategies/">AWS Tagging Strategies</a>.

Response

Success

CreateProjectResponse required