---
title: "Publish Release"
method: POST
path: "/compute/script/{id}/publish/{uuid}"
tags: ["Release"]
---

# Publish Release

`POST /compute/script/{id}/publish/{uuid}`

## Path parameters

- `id` integer, required
- `uuid` string, nullable, required

## Request body

- PublishEdgeScriptModel
  - `Note` string, nullable

## Response `204`

The code version was successfully published

## Other responses

- `400` — The script has no active code.
- `401` — The request authorization failed
- `404` — The script with the requested ID does not exist.
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
