HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/ssm/update-document-default-version.rst
**To update the default version of a document**

The following ``update-document-default-version`` example updates the default version of a Systems Manager document. ::

    aws ssm update-document-default-version \
        --name "Example" \
        --document-version "2"

Output::

    {
        "Description": {
            "Name": "Example",
            "DefaultVersion": "2"
        }
    }

For more information, see `Writing SSM Document Content <https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-doc.html#writing-ssm-doc-content>`__ in the *AWS Systems Manager User Guide*.