Deletes an organization. Delete its projects first.
The ID of the organization to delete.
Resolves when the deletion request succeeds.
Errors.PineconeArgumentError when organizationId is empty.
Retrieves an organization by ID.
The organization ID returned when it was created or listed.
The organization details.
Errors.PineconeArgumentError when organizationId is empty.
Lists the organizations available to the authenticated service account.
Results in data.
Updates an organization. Omitted fields remain unchanged.
The ID of the organization to update.
Fields to change, such as name.
The updated organization details.
Errors.PineconeArgumentError when organizationId is empty.
Organizations contain the projects and members available to your service account. Access this resource through AdminClient.organizations; do not construct it directly. Use AdminClient.projects to manage projects within an organization.
Example