---
title: "Release An Agent By Id"
method: POST
path: "/v1/orchestrate/agents/{id}/releases"
tags: ["Agent Releases"]
---

# Release An Agent By Id

`POST /v1/orchestrate/agents/{id}/releases`

Release an agent by id.

## Path parameters

- `id` string, required

## Request body

- ReleaseAgentIN — Input Schema for releasing a draft agent.
  - `environment_id` string, uuid, nullable — ID of environment where agent is being released
  - `comments` string, nullable — Comments added by the user while releasing an agent

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
