File tree Expand file tree Collapse file tree
internal/namespaces/instance/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ EXAMPLES:
2020
2121ARGS:
2222 [name=<generated>] Name of the snapshot
23- volume-id UUID of the volume
23+ [ volume-id] UUID of the volume
2424 [unified] Whether a snapshot is unified or not.
2525 [tags.{index}] The tags of the snapshot
2626 [project-id] Project ID to use. If none is passed the default project ID will be used
Original file line number Diff line number Diff line change @@ -1928,7 +1928,7 @@ scw instance snapshot create [arg=value ...]
19281928| Name | | Description |
19291929| ------| ---| -------------|
19301930| name | Default: ` <generated> ` | Name of the snapshot |
1931- | volume-id | Required | UUID of the volume |
1931+ | volume-id | | UUID of the volume |
19321932| unified | | Whether a snapshot is unified or not. |
19331933| tags.{index} | | The tags of the snapshot |
19341934| project-id | | Project ID to use. If none is passed the default project ID will be used |
Original file line number Diff line number Diff line change @@ -1269,7 +1269,7 @@ func instanceSnapshotCreate() *core.Command {
12691269 {
12701270 Name : "volume-id" ,
12711271 Short : `UUID of the volume` ,
1272- Required : true ,
1272+ Required : false ,
12731273 Deprecated : false ,
12741274 Positional : false ,
12751275 },
You can’t perform that action at this time.
0 commit comments