POST
/
v1
/
accounts
/
{account_id}
/
environments
/
{environment_id}
:disconnect

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The Account Id

environment_id
string
required

The Environment Id

Body

application/json
force
boolean

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.

resetSnapshots
boolean

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.