Skip to main content
POST
/
api
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
undeploy
Undeploy environment
curl --request POST \
  --url https://api.example.com/api/projects/{projectId}/environments/{environmentId}/undeploy \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

environmentId
string<uuid>
required

ID of the environment to undeploy

projectId
string<uuid>
required

ID of the project containing the environment

Response

200

Environment successfully undeployed or change request created