Skip to main content
Import OCI container image from registry. Spawns microVM. Check first: Use list_images to see if already imported.

Authentication

Before importing, authenticate with the registry:
  1. Call registry_token_obtain to open browser for PAT creation
  2. User creates read-only PAT in registry web UI
  3. Call registry_auth to validate and store credentials
Anonymous access is possible but discouraged due to registry provider rate limits.

Parameters

Examples

Basic (requires prior authentication):
With tag:
Anonymous access (rate limited):
Async:

Response

With wait=false: {"operation_id": "op-xxx"}

Common Base Images

Parallel Imports