Skip to content

Commit ff104c9

Browse files
authored
Update update-image-set-metadata.rst example (aws#10006)
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
1 parent 372d2ec commit ff104c9

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)