Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Private Mendix Platform Deploy API"
url: /apidocs-mxsdk/apidocs/private-platform-deploy-api/
type: swagger
description: "This API allows you to create and manage environments in Private Mendix Platform."
restapi: true
weight: 60
linktitle: "Deploy API"
---

{{% alert color="info" %}}
This document is about [Private Mendix Platform](/private-mendix-platform/) API. This API is only available on instances of Private Mendix Platform. For [Mendix on Kubernetes](/developerportal/deploy/private-cloud/) API, see [Mendix on Kubernetes Build API](/apidocs-mxsdk/apidocs/private-cloud-build-api/) and [Mendix on Kubernetes Deploy API](/apidocs-mxsdk/apidocs/private-cloud-deploy-api/).
{{% /alert %}}

## Introduction

The Private Mendix Platform Group API allows you to manage user groups in Private Mendix Platform. You can use the API to do the following:

* Create a new environment for the application
* Retrieve all environments for the application
* Retrieve a specified environment for the application
* Update a specified environment for the application
* Delete a specified environment for the application

## API Reference

{{< swaggerui src="/openapi-spec/openapi-deploy.yaml" >}}
Loading