---
title: "POST /v1/{+parent}/featurestores"
method: POST
path: "/v1/{+parent}/featurestores"
tags: ["projects"]
---

# POST /v1/{+parent}/featurestores

`POST /v1/{+parent}/featurestores`

Creates a new Featurestore in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `featurestoreId` string

## Request body

- GoogleCloudAiplatformV1Featurestore — Vertex AI Feature Store provides a centralized repository for organizing, storing, and serving ML features. The Featurestore is a top-level container for your features and their values.
  - `etag` string — Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  - `onlineStorageTtlDays` integer — Optional. TTL in days for feature values that will be stored in online serving storage. The Feature Store online storage periodically removes obsolete feature values older than `online_storage_ttl_days` since the feature generation time. Note that `online_storage_ttl_days` should be less than or equal to `offline_storage_ttl_days` for each EntityType under a featurestore. If not set, default to 4000 days
  - `encryptionSpec` GoogleCloudAiplatformV1EncryptionSpec — Represents a customer-managed encryption key specification that can be applied to a Vertex AI resource.
    - `kmsKeyName` string — Required. Resource name of the Cloud KMS key used to protect the resource. The Cloud KMS key must be in the same region as the resource. It must have the format `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
  - `updateTime` string, google-datetime — Output only. Timestamp when this Featurestore was last updated.
  - `labels` object — Optional. The labels with user-defined metadata to organize your Featurestore. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Featurestore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
  - `satisfiesPzs` boolean — Output only. Reserved for future use.
  - `name` string — Output only. Name of the Featurestore. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}`
  - `createTime` string, google-datetime — Output only. Timestamp when this Featurestore was created.
  - `satisfiesPzi` boolean — Output only. Reserved for future use.
  - `state` 'STATE_UNSPECIFIED' | 'STABLE' | 'UPDATING' — Output only. State of the featurestore.
  - `onlineServingConfig` GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig — OnlineServingConfig specifies the details for provisioning online serving resources.
    - `scaling` GoogleCloudAiplatformV1FeaturestoreOnlineServingConfigScaling — Online serving scaling configuration. If min_node_count and max_node_count are set to the same value, the cluster will be configured with the fixed number of node (no auto-scaling).
      - `maxNodeCount` integer — The maximum number of nodes to scale up to. Must be greater than min_node_count, and less than or equal to 10 times of 'min_node_count'.
      - `minNodeCount` integer — Required. The minimum number of nodes to scale down to. Must be greater than or equal to 1.
      - `cpuUtilizationTarget` integer — Optional. The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80. When a cluster's CPU utilization exceeds the target that you have set, Bigtable immediately adds nodes to the cluster. When CPU utilization is substantially lower than the target, Bigtable removes nodes. If not set or set to 0, default to 50.
    - `fixedNodeCount` integer — The number of nodes for the online store. The number of nodes doesn't scale automatically, but you can manually update the number of nodes. If set to 0, the featurestore will not have an online store and cannot be used for online serving.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/aiplatform.md) · [All operations](https://skmtc.net/google/apis/aiplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/aiplatform/versions/b608d71b91f0/schema)
