Skip to content

Commit 014b7cd

Browse files
committed
update docs
1 parent d55ce29 commit 014b7cd

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

docs/stackit_volume_snapshot_create.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ stackit volume snapshot create [flags]
1313
### Examples
1414

1515
```
16-
Create a snapshot from a volume
17-
$ stackit volume snapshot create --volume-id xxx --project-id xxx
16+
Create a snapshot from a volume with ID "xxx"
17+
$ stackit volume snapshot create --volume-id xxx
1818
19-
Create a snapshot with a name
20-
$ stackit volume snapshot create --volume-id xxx --name my-snapshot --project-id xxx
19+
Create a snapshot from a volume with ID "xxx" and name "my-snapshot"
20+
$ stackit volume snapshot create --volume-id xxx --name my-snapshot
2121
22-
Create a snapshot with labels
23-
$ stackit volume snapshot create --volume-id xxx --labels key1=value1,key2=value2 --project-id xxx
22+
Create a snapshot from a volume with ID "xxx" and labels
23+
$ stackit volume snapshot create --volume-id xxx --labels key1=value1,key2=value2
2424
```
2525

2626
### Options

docs/stackit_volume_snapshot_delete.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ stackit volume snapshot delete SNAPSHOT_ID [flags]
1313
### Examples
1414

1515
```
16-
Delete a snapshot
17-
$ stackit volume snapshot delete xxx-xxx-xxx
18-
19-
Delete a snapshot and wait for deletion to be completed
20-
$ stackit volume snapshot delete xxx-xxx-xxx --async=false
16+
Delete a snapshot with ID "xxx"
17+
$ stackit volume snapshot delete xxx
2118
```
2219

2320
### Options

docs/stackit_volume_snapshot_describe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ stackit volume snapshot describe SNAPSHOT_ID [flags]
1313
### Examples
1414

1515
```
16-
Get details of a snapshot
17-
$ stackit volume snapshot describe xxx-xxx-xxx
16+
Get details of a snapshot with ID "xxx"
17+
$ stackit volume snapshot describe xxx
1818
19-
Get details of a snapshot in JSON format
20-
$ stackit volume snapshot describe xxx-xxx-xxx --output-format json
19+
Get details of a snapshot with ID "xxx" in JSON format
20+
$ stackit volume snapshot describe xxx --output-format json
2121
```
2222

2323
### Options

docs/stackit_volume_snapshot_update.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ stackit volume snapshot update SNAPSHOT_ID [flags]
1313
### Examples
1414

1515
```
16-
Update a snapshot name
17-
$ stackit volume snapshot update xxx-xxx-xxx --name my-new-name
16+
Update a snapshot name with ID "xxx"
17+
$ stackit volume snapshot update xxx --name my-new-name
1818
19-
Update a snapshot labels
20-
$ stackit volume snapshot update xxx-xxx-xxx --labels key1=value1,key2=value2
19+
Update a snapshot labels with ID "xxx"
20+
$ stackit volume snapshot update xxx --labels key1=value1,key2=value2
2121
```
2222

2323
### Options

0 commit comments

Comments
 (0)