Update a project
Update a project’s configuration details. You can update the project’s name, maximum number of Pods, or enable encryption with a customer-managed encryption key (CMEK).
Authorizations
An access token must be provided in the Authorization
header using the Bearer
scheme.
Path Parameters
Project ID
Body
The name of the new project.
1 - 512
"chatbot-prod"
The maximum number of Pods that can be created in the project.
Whether to force encryption with a customer-managed encryption key (CMEK). Once enabled, CMEK encryption cannot be disabled.
Response
The details of a project.
The unique ID of the project.
The name of the project.
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?