Skip to content

Commit 0c304bc

Browse files
Update update-image-set-metadata.rst example (aws#10029)
During testing for customer-facing metrics, found a gap in current documentation for instance removal from imageset Ref example 3. The correct command needs --force flag Co-authored-by: laiqmuhh <laiqmuhh@amazon.com>
1 parent 1f48af5 commit 0c304bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

awscli/examples/medical-imaging/update-image-set-metadata.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ The following ``update-image-set-metadata`` example removes an instance from ima
6969
--image-set-id ea92b0d8838c72a3f25d00d13616f87e \
7070
--latest-version-id 1 \
7171
--cli-binary-format raw-in-base64-out \
72-
--update-image-set-metadata-updates file://metadata-updates.json
72+
--update-image-set-metadata-updates file://metadata-updates.json \
73+
--force
7374

7475
Contents of ``metadata-updates.json`` ::
7576

0 commit comments

Comments
 (0)