Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

    Code Block
    --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:

...