Skip to end of banner
Go to start of banner

How to archive space in confluence using the Confluence Command Line Interface app

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This article provides steps on how to archive space in confluence using our app Confluence Command Line Interface app

\uD83D\uDCD8 Instructions

  • Use the updateSpace action to update a Confluence page. Execute the following action to archive a space using confluence CLI:

    --action updateSpace --space TEST --options status=archived

    Modify the space key in the above command as per your instance.

  • These are the parameters used in the CLI action:

    • --space - Space key. For some actions, a space name may also work.

    • --options - Client or action-specific advanced options.

  • Results in confluence:

It is recommended to test this scenario in a non-production environment or run the action with the --simulate parameter to verify the behavior before deploying in a production environment.

  • No labels