mirror of https://github.com/hashicorp/boundary
docs: Update session-recordings CLI doc (#4775)
* docs: Update session-recordings CLI doc * fixes id example --------- Co-authored-by: Robin Beck <stellarsquall@protonmail.ch>pull/4785/head
parent
6f09819e9f
commit
1420d182d6
@ -0,0 +1,38 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: session-recordings delete - Command
|
||||
description: |-
|
||||
The "session-recordings delete" command lets you delete a session recording.
|
||||
---
|
||||
|
||||
# session-recordings delete
|
||||
|
||||
<EnterpriseAlert product="boundary">This feature requires <a href="https://www.hashicorp.com/products/boundary">HCP Boundary or Boundary Enterprise</a></EnterpriseAlert>
|
||||
|
||||
Command: `session-recordings delete`
|
||||
|
||||
The `session-recordings delete` command lets you delete a session recording.
|
||||
|
||||
## Example
|
||||
|
||||
This example deletes a session recording with the ID `sr_1234567890`:
|
||||
|
||||
```shell-session
|
||||
$ boundary session-recordings delete -id sr_1234567890
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
<CodeBlockConfig hideClipboard>
|
||||
|
||||
```shell-session
|
||||
$ boundary session-recordings delete [options] [args]
|
||||
```
|
||||
|
||||
</CodeBlockConfig>
|
||||
|
||||
### Command options
|
||||
|
||||
- `-id=<string>` - The ID of the session recording you want to delete.
|
||||
|
||||
@include 'cmd-option-note.mdx'
|
||||
@ -0,0 +1,38 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: session-recordings reapply-storage-policy - Command
|
||||
description: |-
|
||||
The "session-recordings reapply-storage-policy" command lets you reapply a storage policy to a session recording.
|
||||
---
|
||||
|
||||
# session-recordings reapply-storage-policy
|
||||
|
||||
<EnterpriseAlert product="boundary">This feature requires <a href="https://www.hashicorp.com/products/boundary">HCP Boundary or Boundary Enterprise</a></EnterpriseAlert>
|
||||
|
||||
Command: `session-recordings reapplly-storage-policy`
|
||||
|
||||
The `session-recordings reapply-storage-policy` command lets you reapply a storage policy to a session recording.
|
||||
|
||||
## Example
|
||||
|
||||
This example reapplies a storage policy to a session recording with the ID `sr_1234567890`:
|
||||
|
||||
```shell-session
|
||||
$ boundary session-recordings reapply-storage-policy -id sr_1234567890
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
<CodeBlockConfig hideClipboard>
|
||||
|
||||
```shell-session
|
||||
$ boundary session-recordings delete [options] [args]
|
||||
```
|
||||
|
||||
</CodeBlockConfig>
|
||||
|
||||
### Command options
|
||||
|
||||
- `-id=<string>` - The ID of the session recording you want to reapply the storage policy to.
|
||||
|
||||
@include 'cmd-option-note.mdx'
|
||||
Loading…
Reference in new issue