> For the complete documentation index, see [llms.txt](https://doc.commandersact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.commandersact.com/features/sources/sources-catalog/web/containers/user-guides-for-browser-side-platform/container/deployment-and-roll-back.md).

# Deployment and roll back

A container can be deployed at the “**DEPLOY**” step:

<figure><img src="/files/LUsR0mMO0TU9p6WhkoAR" alt=""><figcaption></figcaption></figure>

Before deploying a container version, you can:

* Display all the modifications made to your container since its last deployment (technical logs) (1) in the “**MODIFICATIONS SINCE LAST DEPLOYMENT**” section
* View the history of generated versions in the “**DEPLOY BY VERSION**” section.

For each version generated, you will find his version number, creation date, status (“deployed” when it is the version currently deployed and/or “live” when it is the version currently called for the site) , the name of the person who generated the version, a comment, and the container’s size. You will also be able to load your selected container version directly from the interface or via a permanent link:

<figure><img src="/files/dQHwTBdn5c6hNnTWh55F" alt=""><figcaption></figcaption></figure>

Additional information:

The “Weight Detail” section shows the container’s size (in GZIP format), its change in size since the last deployment as well as the percentage of space occupied by each of the following container elements:

* Core: The weight of the content necessary to execute the container
* Tags: Tags’ weight
* Events: Events’ weight
* Rules: Rules’ weight
* Privacy: Privacy module’s weight (if activated)
* Internal variables: Internal variables’ weight
* Deduplication channel: Deduplication channel’s weight (if activated)

<figure><img src="/files/1HndwPpYjyFsOfEsd3CT" alt=""><figcaption></figcaption></figure>

Deploying a new container version or rolling back a container is done in two steps:

* Choose the version to deploy.

Note: to roll back the container, just select a previous container version.

* Choose the deployment method.

Note: the deployment method depends on your container’s hosting and synchronization, which are defined at the project’s start with your personal consultant.

<figure><img src="/files/jY6R8YOKQfFkukbjzjA3" alt=""><figcaption></figcaption></figure>

Once the version and deployment method are selected, a window summarizing the deployment will appear. Click “**Deploy**” to validate:

<figure><img src="/files/rKXIdbtICMvvgh5kXzvq" alt=""><figcaption></figcaption></figure>

Additional information

Depending on the hosting and synchronization methods defined at the project’s start and configured in the interface, different deployment options are available in the drop-down menu under “Choose the deployment method”:

<figure><img src="/files/266hLq52IkqXvKK0wPtK" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.commandersact.com/features/sources/sources-catalog/web/containers/user-guides-for-browser-side-platform/container/deployment-and-roll-back.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
