Skip to main content

Creating a preset

The three-step wizard that defines a session preset — identity, pod sizes, and storage.

Creating a preset

Click Create preset on the Presets list page. The wizard has three steps.

Step 1 — Identity

FieldRequiredWhat it does
Display namerequiredHuman-readable name shown on tiles and in the session wizard.
DescriptionoptionalShort explanation of what this preset is for.
IDE typerequiredjupyterlab, vscode, or rstudio. Determines the icon and the default image.
Home PVCoptionalDefault home volume for sessions created from this preset. If omitted, sessions default to creating a new 5 GiB PVC.

Step 2 — Pod sizes

Add one or more compute options. Each pod size defines the CPU, memory, and GPU available to a session.

FieldRequiredWhat it does
Display namerequiredLabel shown in the session wizard's compute step (e.g. "Small", "1× GPU").
CPUrequiredNumber of CPUs or millicores (e.g. 2, 4000m).
MemoryrequiredMemory quantity (e.g. 8Gi, 32Gi).
GPU countoptionalNumber of GPUs. Zero means CPU-only.
GPU vendoroptionalnvidia.com/gpu, amd.com/gpu, or habana.ai/gaudi.

One pod size must be marked as the default — it will be pre-selected in the session wizard.

Step 3 — Storage

Optionally pre-mount data volumes that every session created from this preset will inherit.

FieldRequiredWhat it does
Data PVCsoptionalPersistent volume claims to mount automatically. Each entry specifies the claim name, mount path, and read-only flag.

Sessions can always add extra data volumes at creation time — these are just the ones baked into the preset.

After creation

The new preset appears on the list immediately. Click it to open the detail view, where you can:

  • Browse the full image catalog and pod sizes.
  • See which sessions are currently using this preset.
  • Click Launch session to start a new session pre-filled with this preset.
tip

Presets are templates, not instances. Editing a preset changes what new sessions see, but it does not modify sessions that are already running.

Ask AI
Ask a question about Vantage Compute...