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

# POST /v1/{+parent}/notebookRuntimes:assign

`POST /v1/{+parent}/notebookRuntimes:assign`

Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.

## Path parameters

- `parent` string, required

## Request body

- GoogleCloudAiplatformV1AssignNotebookRuntimeRequest — Request message for NotebookService.AssignNotebookRuntime.
  - `notebookRuntimeId` string — Optional. User specified ID for the notebook runtime.
  - `notebookRuntimeTemplate` string — Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
  - `notebookRuntime` GoogleCloudAiplatformV1NotebookRuntime — A runtime is a virtual machine allocated to a particular user for a particular Notebook file on temporary basis with lifetime. Default runtimes have a lifetime of 18 hours, while custom runtimes last for 6 months from their creation or last upgrade.
    - `displayName` string — Required. The display name of the NotebookRuntime. The name can be up to 128 characters long and can consist of any UTF-8 characters.
    - `satisfiesPzi` boolean — Output only. Reserved for future use.
    - `name` string — Output only. The resource name of the NotebookRuntime.
    - `description` string — The description of the NotebookRuntime.
    - `expirationTime` string, google-datetime — Output only. Timestamp when this NotebookRuntime will be expired: 1. System Predefined NotebookRuntime: 24 hours after creation. After expiration, system predifined runtime will be deleted. 2. User created NotebookRuntime: 6 months after last upgrade. After expiration, user created runtime will be stopped and allowed for upgrade.
    - `notebookRuntimeType` 'NOTEBOOK_RUNTIME_TYPE_UNSPECIFIED' | 'USER_DEFINED' | 'ONE_CLICK' — Output only. The type of the notebook runtime.
    - `serviceAccount` string — Output only. Deprecated: This field is no longer used and the "Vertex AI Notebook Service Account" (service-PROJECT_NUMBER@gcp-sa-aiplatform-vm.iam.gserviceaccount.com) is used for the runtime workload identity. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-notebook-service-account for more details. The service account that the NotebookRuntime workload runs as.
    - `dataPersistentDiskSpec` GoogleCloudAiplatformV1PersistentDiskSpec — Represents the spec of persistent disk and hyperdisk options.
      - `diskSizeGb` string, int64 — Size in GB of the disk (default is 100GB).
      - `diskType` string — Type of the disk (default is "pd-standard"). Valid values: "pd-ssd" (Persistent Disk Solid State Drive) "pd-standard" (Persistent Disk Hard Disk Drive) "pd-balanced" (Balanced Persistent Disk) "pd-extreme" (Extreme Persistent Disk) "hyperdisk-balanced" (Hyperdisk Balanced) "hyperdisk-extreme" (Hyperdisk Extreme) "hyperdisk-balanced-high-availability" (Hyperdisk Balanced High Availability) "hyperdisk-ml" (Hyperdisk ML) "hyperdisk-throughput" (Hyperdisk Throughput)
    - `satisfiesPzs` boolean — Output only. Reserved for future use.
    - `runtimeState` 'RUNTIME_STATE_UNSPECIFIED' | 'RUNNING' | 'BEING_STARTED' | 'BEING_STOPPED' | 'STOPPED' | 'BEING_UPGRADED' | 'ERROR' | 'INVALID' — Output only. The runtime (instance) state of the NotebookRuntime.
    - `idleShutdownConfig` GoogleCloudAiplatformV1NotebookIdleShutdownConfig — The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.
      - `idleTimeout` string, google-duration — Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440 * 60.
      - `idleShutdownDisabled` boolean — Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.
    - `reservationAffinity` GoogleCloudAiplatformV1NotebookReservationAffinity — Notebook Reservation Affinity for consuming Zonal reservation.
      - `key` string — Optional. Corresponds to the label key of a reservation resource. To target a RESERVATION_SPECIFIC by name, use compute.googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
      - `consumeReservationType` 'RESERVATION_AFFINITY_TYPE_UNSPECIFIED' | 'RESERVATION_NONE' | 'RESERVATION_ANY' | 'RESERVATION_SPECIFIC' — Required. Specifies the type of reservation from which this instance can consume resources: RESERVATION_ANY (default), RESERVATION_SPECIFIC, or RESERVATION_NONE. See Consuming reserved instances for examples.
      - `values` string[] — Optional. Corresponds to the label values of a reservation resource. This must be the full path name of Reservation.
    - `updateTime` string, google-datetime — Output only. Timestamp when this NotebookRuntime was most recently updated.
    - `labels` object — The labels with user-defined metadata to organize your NotebookRuntime. 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. No more than 64 user labels can be associated with one NotebookRuntime (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for NotebookRuntime: * "aiplatform.googleapis.com/notebook_runtime_gce_instance_id": output only, its value is the Compute Engine instance id. * "aiplatform.googleapis.com/colab_enterprise_entry_service": its value is either "bigquery" or "vertex"; if absent, it should be "vertex". This is to describe the entry service, either BigQuery or Vertex.
    - `networkSpec` GoogleCloudAiplatformV1NetworkSpec — Network spec.
      - `enableInternetAccess` boolean — Whether to enable public internet access. Default false.
      - `subnetwork` string — The name of the subnet that this instance is in. Format: `projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}`
      - `network` string — The full name of the Google Compute Engine [network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)
    - `networkTags` string[] — Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
    - `runtimeUser` string — Required. The user email of the NotebookRuntime.
    - `machineSpec` GoogleCloudAiplatformV1MachineSpec — Specification of a single machine.
      - `reservationAffinity` GoogleCloudAiplatformV1ReservationAffinity — A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity.
        - `key` string — Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
        - `reservationAffinityType` 'TYPE_UNSPECIFIED' | 'NO_RESERVATION' | 'ANY_RESERVATION' | 'SPECIFIC_RESERVATION' — Required. Specifies the reservation affinity type.
        - `values` string[] — Optional. Corresponds to the label values of a reservation resource. This must be the full resource name of the reservation or reservation block.
      - `gpuPartitionSize` string — Optional. Immutable. The Nvidia GPU partition size. When specified, the requested accelerators will be partitioned into smaller GPU partitions. For example, if the request is for 8 units of NVIDIA A100 GPUs, and gpu_partition_size="1g.10gb", the service will create 8 * 7 = 56 partitioned MIG instances. The partition size must be a value supported by the requested accelerator. Refer to [Nvidia GPU Partitioning](https://cloud.google.com/kubernetes-engine/docs/how-to/gpus-multi#multi-instance_gpu_partitions) for the available partition sizes. If set, the accelerator_count should be set to 1.
      - `tpuTopology` string — Immutable. The topology of the TPUs. Corresponds to the TPU topologies available from GKE. (Example: tpu_topology: "2x2x1").
      - `machineType` string — Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/gemini-enterprise-agent-platform/machine-learning/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/gemini-enterprise-agent-platform/machine-learning/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
      - `acceleratorCount` integer — The number of accelerators to attach to the machine. For [accelerator optimized machine types](https://cloud.google.com/compute/docs/accelerator-optimized-machines), One may set the accelerator_count from 1 to N for machine with N GPUs. If accelerator_count is less than or equal to N / 2, Agent Platform co-schedules the replicas of the model into the same VM to save cost. For example, if the machine type is a3-highgpu-8g, which has 8 H100 GPUs, one can set accelerator_count to 1 to 8. If accelerator_count is 1, 2, 3, or 4, Agent Platform co-schedules 8, 4, 2, or 2 replicas of the model into the same VM to save cost. When co-scheduling, CPU, memory and storage on the VM will be distributed to replicas on the VM. For example, one can expect a co-scheduled replica requesting 2 GPUs out of a 8-GPU VM will receive 25% of the CPU, memory and storage of the VM. Note that the feature is not compatible with multihost_gpu_node_count. When multihost_gpu_node_count is set, the co-scheduling will not be enabled.
      - `acceleratorType` 'ACCELERATOR_TYPE_UNSPECIFIED' | 'NVIDIA_TESLA_K80' | 'NVIDIA_TESLA_P100' | 'NVIDIA_TESLA_V100' | 'NVIDIA_TESLA_P4' | 'NVIDIA_TESLA_T4' | 'NVIDIA_TESLA_A100' | 'NVIDIA_A100_80GB' | 'NVIDIA_L4' | 'NVIDIA_H100_80GB' | 'NVIDIA_H100_MEGA_80GB' | 'NVIDIA_H200_141GB' | 'NVIDIA_B200' | 'NVIDIA_GB200' | 'NVIDIA_RTX_PRO_6000' | 'TPU_V2' | 'TPU_V3' | 'TPU_V4_POD' | 'TPU_V5_LITEPOD' — Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
    - `eucConfig` GoogleCloudAiplatformV1NotebookEucConfig — The euc configuration of NotebookRuntimeTemplate.
      - `eucDisabled` boolean — Input only. Whether EUC is disabled in this NotebookRuntimeTemplate. In proto3, the default value of a boolean is false. In this way, by default EUC will be enabled for NotebookRuntimeTemplate.
      - `bypassActasCheck` boolean — Output only. Whether ActAs check is bypassed for service account attached to the VM. If false, we need ActAs check for the default Compute Engine Service account. When a Runtime is created, a VM is allocated using Default Compute Engine Service Account. Any user requesting to use this Runtime requires Service Account User (ActAs) permission over this SA. If true, Runtime owner is using EUC and does not require the above permission as VM no longer use default Compute Engine SA, but a P4SA.
    - `healthState` 'HEALTH_STATE_UNSPECIFIED' | 'HEALTHY' | 'UNHEALTHY' — Output only. The health state of the NotebookRuntime.
    - `shieldedVmConfig` GoogleCloudAiplatformV1ShieldedVmConfig — A set of Shielded Instance options. See [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm).
      - `enableSecureBoot` boolean — Defines whether the instance has [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
    - `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}`.
    - `createTime` string, google-datetime — Output only. Timestamp when this NotebookRuntime was created.
    - `isUpgradable` boolean — Output only. Whether NotebookRuntime is upgradable.
    - `version` string — Output only. The VM os image version of NotebookRuntime.
    - `proxyUri` string — Output only. The proxy endpoint used to access the NotebookRuntime.
    - `softwareConfig` GoogleCloudAiplatformV1NotebookSoftwareConfig — Notebook Software Config. This is passed to the backend when user makes software configurations in UI.
      - `colabImage` GoogleCloudAiplatformV1ColabImage — Colab image of the runtime.
        - `description` string — Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"
        - `releaseName` string — Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.
      - `postStartupScriptConfig` GoogleCloudAiplatformV1PostStartupScriptConfig — Post startup script config.
        - `postStartupScriptUrl` string — Optional. Post startup script url to download. Example: `gs://bucket/script.sh`
        - `postStartupScriptBehavior` 'POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED' | 'RUN_ONCE' | 'RUN_EVERY_START' | 'DOWNLOAD_AND_RUN_EVERY_START' — Optional. Post startup script behavior that defines download and execution behavior.
        - `postStartupScript` string — Optional. Post startup script to run after runtime is started.
      - `env` GoogleCloudAiplatformV1EnvVar[] — Optional. Environment variables to be passed to the container. Maximum limit is 100.
        - `value` string — Required. Variables that reference a $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not.
        - `name` string — Required. Name of the environment variable. Must be a valid C identifier.
    - `notebookRuntimeTemplateRef` GoogleCloudAiplatformV1NotebookRuntimeTemplateRef — Points to a NotebookRuntimeTemplateRef.
      - `notebookRuntimeTemplate` string — Immutable. A resource name of the NotebookRuntimeTemplate.

## 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)
