---
title: "Post Flash Training Checkpoint"
method: POST
path: "/api/flash/runs/checkpoints/internal"
tags: ["flash"]
---

# Post Flash Training Checkpoint

`POST /api/flash/runs/checkpoints/internal`

Persist a checkpoint/artifact snapshot for a managed Flash training run.

## Request body

- FlashTrainingCheckpointUpsertBody
  - `orgId` string, required
  - `projectId` string, uuid, required
  - `runId` string, required
  - `checkpointId` string, required
  - `seed` integer, nullable
  - `phase` string, nullable
  - `adapterRef` string, nullable
  - `artifactPath` string, nullable
  - `metrics` object, nullable
  - `metadata` object, nullable
  - `createdAt` string, nullable
  - `updatedAt` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/freesolo/apis/platform-backend.md) · [All operations](https://skmtc.dev/freesolo/apis/platform-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/freesolo/platform-backend/revisions/5626e92675af/schema)
