Environments
Disconnect Environment
Disconnects the environment from the node pool. Returns an error if the environment is not connected to a node pool.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
The Environment Id
Body
application/json
Disconnect the environment even if snapshotting fails (e.g. due to pod failure). This flag should only be used if you are certain that the pod is gone.
Forces snapshots to be rebuilt. This can be used when there are too many snapshot layers or when an unforeseen snapshotting logic error has occurred.
Response
200 - application/json
The response is of type object
.
Was this page helpful?