delete-session - NICE DCV Session Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

delete-session

Deletes the specified NICE DCV session, and removes it from the cache of the broker.

Synopsis

delete-session --session-id <value> --owner <value> [--force]

Options

--session-id

The ID of the session to delete.

Type: String

Required: Yes

--owner

The owner of the session to delete.

Type: String

Required: Yes

--force

The operation to ensure a session is removed from the cache of the broker. By default, this is disabled.

Type: Boolean

Required: No

Example

dcvsm delete-session --session-id session123 --owner sessionOwner --force