Skip to content

\

Restart and Rollback

Restart

For an approved mutable environment:

bash
gwebc deploy restart <application> --environment dev

or:

bash
gwebc deploy restart <application> --environment preprod

Rollback

Inspect deployment history first:

bash
gwebc deploy history <application> --environment dev

Then roll back to an approved revision:

bash
gwebc deploy rollback <application> \
  --environment dev \
  --revision <revision>

Production

Normal restart/rollback commands are intentionally unavailable for production.

Production rollback follows the controlled production workflow rather than the normal tenant mutation surface.

GWEB K3s Cloud documentation