---
title: "Spawn Node Endpoint"
method: POST
path: "/admin/spawn-node"
tags: ["admin"]
---

# Spawn Node Endpoint

`POST /admin/spawn-node`

## Request body

- SpawnNodeRequest
  - `tenant_id` string, required
  - `image` string, nullable
  - `node_name` string, required
  - `memory` integer
  - `lifetime` integer

## Response `200`

Successful Response

- Node
  - `name` string, required
  - `connection_id` string, nullable
  - `key` string, required
  - `id` string, required
  - `create_date_time` string, date-time, required
  - `last_known_version` string, nullable
  - `last_known_features` string, nullable
  - `destroy_date_time` string, date-time, nullable
  - `infra_id` string, nullable
  - `demo` boolean, required
  - `ephemeral` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tenzir/apis/tenzir-platform-api.md) · [All operations](https://skmtc.dev/tenzir/apis/tenzir-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tenzir/tenzir-platform-api/revisions/1c6c33bb8ba3/schema)
