Skip to main content

Disconnect

POST 

/workstations/:workstation_id/remote/disconnect

Disconnect from a remote desktop.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Body

required

    protocol RemoteProtocol (string)required

    The protocol to use for remote connection.

    Possible values: [rfb, vnc]

Responses

Remote disconnection successful

Schema

    disconnected boolean

    Indicates whether the remote connection was successfully disconnected.

    protocol RemoteProtocol (string)

    The protocol to use for remote connection.

    Possible values: [rfb, vnc]

Loading...