---
title: "Apply Profile"
method: POST
path: "/v1/profile/apply"
---

# Apply Profile

`POST /v1/profile/apply`

Kick off a background job that materializes the stored profile onto
the given env's VM. Returns the new profile_jobs row; client polls
`/v1/profile/jobs/{id}` for progress.

## Request body

- ProfileApplyRequest
  - `envName` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tabtabtab/apis/fastapi.md) · [All operations](https://skmtc.dev/tabtabtab/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabtabtab/fastapi/revisions/73961d1e6152/schema)
