# Gws Events Renew > Google Workspace Events: Renew/reactivate Workspace Events subscriptions. Source: https://skillsagentes.com/skills/googleworkspace/cli/gws-events-renew Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 18 tok installed, 315 tok once triggered, 315 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill gws-events-renew --agent claude-code ``` ## What it does - Renueva o reactiva una suscripción específica de Google Workspace Events mediante gws events +renew --name - Renueva en lote todas las suscripciones que expiran dentro de una ventana de tiempo con --all --within ## Use it when - Cuando una suscripción a eventos de Workspace está por expirar o ya expiró y necesita reactivarse - Cuando se quiere mantener viva una suscripción mediante un cron job usando --all ## What triggers it - "Renueva la suscripción subscriptions/SUB_ID" - "Renueva todas las suscripciones de eventos que expiren en las próximas 2 días" ## Before you install - Requiere el binario gws y leer gws-shared/SKILL.md para autenticación, flags globales y reglas de seguridad. ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # events +renew > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Renew/reactivate Workspace Events subscriptions ## Usage ```bash gws events +renew ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--name` | — | — | Subscription name to reactivate (e.g., subscriptions/SUB_ID) | | `--all` | — | — | Renew all subscriptions expiring within --within window | | `--within` | — | 1h | Time window for --all (e.g., 1h, 30m, 2d) | ## Examples ```bash gws events +renew --name subscriptions/SUB_ID gws events +renew --all --within 2d ``` ## Tips - Subscriptions expire if not renewed periodically. - Use --all with a cron job to keep subscriptions alive. ## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth - [gws-events](../gws-events/SKILL.md) — All subscribe to google workspace events commands --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/gws-events-renew