---
title: "Deploy a blueprint"
method: POST
path: "/api/blueprints/{id}/deploy"
tags: ["Blueprints"]
---

# Deploy a blueprint

`POST /api/blueprints/{id}/deploy`

Starts a reviewed blueprint. API keys need the `blueprints:deploy` scope. The response includes the updated status and deployment identifier when deployment succeeds.

## Path parameters

- `id` string, uuid, required

## Response `200`

Blueprint after deployment.

- Blueprint
  - `id` string, uuid, required
  - `name` string, required
  - `status` 'draft' | 'running' | 'error' | 'stopped', required
  - `deploymentId` string, nullable
  - `visual` unknown
  - `nodeStates` unknown
  - `error` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Missing, invalid, revoked, or expired credentials.
- `403` — Credential is valid but cannot perform this action.

---

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