Projects
Create a new project
Creates a new project.
POST
Authorizations
An access token must be provided in the Authorization
header using the Bearer
scheme.
Body
application/json
The details of the new project.
The name of the new project.
Required string length:
1 - 512
Example:
"chatbot-prod"
The maximum number of Pods that can be created in the project. Default is 0
(serverless only).
Whether to force encryption with a customer-managed encryption key (CMEK). Default is false
.
Response
200
application/json
The project was successfully created.
The details of a project.
The unique ID of the project.
The name of the project.
Required string length:
1 - 512
The maximum number of Pods that can be created in the project.
Whether to force encryption with a customer-managed encryption key (CMEK).
The unique ID of the organization that the project belongs to.
The date and time when the project was created.
Was this page helpful?