---
title: "Deploy Checkpoint To Mme"
method: POST
path: "/felix/training-jobs/{job_id}/checkpoints/{checkpoint_id}/deploy"
tags: ["felix"]
---

# Deploy Checkpoint To Mme

`POST /felix/training-jobs/{job_id}/checkpoints/{checkpoint_id}/deploy`

Deploy a specific checkpoint to the Multi-Model Endpoint.

## Path parameters

- `job_id` string, required
- `checkpoint_id` string, required

## Response `200`

Successful Response

- DeployCheckpointResponse — Response after deploying a checkpoint
  - `success` boolean, required
  - `message` string, required
  - `job_id` string, required
  - `checkpoint_id` string, required
  - `mme_path` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/b92f75fd3b61/schema)
