Environments

Delete environment

delete

Delete a given environment

Authorizations
Path parameters
environmentIDstring · uuidRequired
Responses
200
OK
delete
DELETE /v1/environments/{environmentID} HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

No content

Update environment

patch

Updates a given environment

Authorizations
Path parameters
environmentIDstring · uuidRequired
Body
namestring | nullableOptionalDefault: null
Responses
200
No Content
patch
PATCH /v1/environments/{environmentID} HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "name": "text"
}
200

No Content

No content