Skip to main content
API resource reference for Instance, part of the Compute service. To create or change one, see Changing resources; to inspect, see Reading resources.
This resource is part of the v1alpha API and is subject to change. Fields and behavior may change in future releases.

Identity

Overview

An Instance represents a single compute workload running in a Datum Cloud Project. Each instance runs one of two runtime types: a sandbox (a managed, isolated environment for running one or more containers) or a virtual machine (a classical VM booting a full OS from a user-provided image). Every instance attaches to one or more networks through its network interfaces and may mount volumes backed by disks, config maps, or secrets. Use an Instance when you need to run application code — as containers or as a full VM — with a defined instance type, network connectivity, and optional persistent storage inside a Project.

Spec fields

Status fields (read-only)

Usage

Run datumctl explain instances --recursive to see the full, live field tree for this resource.
Last modified on July 2, 2026