Clusters
Move cluster to a different environment.
PUT
/
api
/v1
/orgs
/{organisationSlug}
/clusters
/{environmentSlug}
/{clusterSlug}
/move-environment
Request Body
application/json
RequiredcurrentEnvironment
Requiredstring
Minimum length:
0
Maximum length: 100
newEnvironment
Requiredstring
Minimum length:
0
Maximum length: 100
Path Parameters
organisationSlug
Requiredstring
Pattern:
"^[a-z0-9-]+$"
clusterSlug
Requiredstring
Pattern:
"^[a-z0-9-]+$"
Request was successfully processed. The response body contains the requested data.